Package | Description |
---|---|
com.oracle.bmc.datacatalog.model | |
com.oracle.bmc.datacatalog.requests |
Modifier and Type | Method and Description |
---|---|
static TermWorkflowStatus |
TermWorkflowStatus.create(String key) |
TermWorkflowStatus |
CreateTermDetails.getWorkflowStatus()
Status of the approval process workflow for this business term in the glossary.
|
TermWorkflowStatus |
TermSummary.getWorkflowStatus()
Status of the approval process workflow for this business term in the glossary.
|
TermWorkflowStatus |
GlossaryTreeElement.getWorkflowStatus()
Status of the approval process workflow for this business term in the glossary.
|
TermWorkflowStatus |
Glossary.getWorkflowStatus()
Status of the approval process workflow for this business glossary.
|
TermWorkflowStatus |
GlossarySummary.getWorkflowStatus()
Status of the approval process workflow for this business glossary.
|
TermWorkflowStatus |
UpdateGlossaryDetails.getWorkflowStatus()
Status of the approval process workflow for this business glossary.
|
TermWorkflowStatus |
UpdateTermDetails.getWorkflowStatus()
Status of the approval process workflow for this business term in the glossary
|
TermWorkflowStatus |
Term.getWorkflowStatus()
Status of the approval process workflow for this business term in the glossary.
|
TermWorkflowStatus |
CreateGlossaryDetails.getWorkflowStatus()
Status of the approval process workflow for this business glossary.
|
static TermWorkflowStatus |
TermWorkflowStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TermWorkflowStatus[] |
TermWorkflowStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateTermDetails.Builder |
CreateTermDetails.Builder.workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business term in the glossary.
|
TermSummary.Builder |
TermSummary.Builder.workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business term in the glossary.
|
GlossaryTreeElement.Builder |
GlossaryTreeElement.Builder.workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business term in the glossary.
|
Glossary.Builder |
Glossary.Builder.workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business glossary.
|
GlossarySummary.Builder |
GlossarySummary.Builder.workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business glossary.
|
UpdateGlossaryDetails.Builder |
UpdateGlossaryDetails.Builder.workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business glossary.
|
UpdateTermDetails.Builder |
UpdateTermDetails.Builder.workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business term in the glossary
|
Term.Builder |
Term.Builder.workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business term in the glossary.
|
CreateGlossaryDetails.Builder |
CreateGlossaryDetails.Builder.workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business glossary.
|
Constructor and Description |
---|
CreateGlossaryDetails(String displayName,
String description,
TermWorkflowStatus workflowStatus,
String owner,
List<CustomPropertySetUsage> customPropertyMembers)
Deprecated.
|
CreateTermDetails(String displayName,
String description,
Boolean isAllowedToHaveChildTerms,
String parentTermKey,
String owner,
TermWorkflowStatus workflowStatus,
List<CustomPropertySetUsage> customPropertyMembers)
Deprecated.
|
Glossary(String key,
String displayName,
String description,
String catalogId,
LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
String createdById,
String updatedById,
String owner,
TermWorkflowStatus workflowStatus,
List<CustomPropertyGetUsage> customPropertyMembers,
String importJobDefinitionKey,
String importJobKey,
String latestImportJobExecutionKey,
String latestImportJobExecutionStatus,
String uri)
Deprecated.
|
GlossarySummary(String key,
String displayName,
String catalogId,
Date timeCreated,
String description,
String uri,
TermWorkflowStatus workflowStatus,
LifecycleState lifecycleState,
String importJobDefinitionKey,
String importJobKey,
String latestImportJobExecutionKey,
String latestImportJobExecutionStatus)
Deprecated.
|
GlossaryTreeElement(List<GlossaryTreeElement> childTerms,
String key,
String displayName,
String description,
String glossaryKey,
String uri,
String parentTermKey,
Boolean isAllowedToHaveChildTerms,
String path,
Date timeCreated,
TermWorkflowStatus workflowStatus,
Integer associatedObjectCount,
LifecycleState lifecycleState)
Deprecated.
|
Term(String key,
String displayName,
String description,
String glossaryKey,
String parentTermKey,
Boolean isAllowedToHaveChildTerms,
String path,
LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
String createdById,
String updatedById,
String owner,
TermWorkflowStatus workflowStatus,
String uri,
Integer associatedObjectCount,
List<TermAssociatedObject> associatedObjects,
List<CustomPropertyGetUsage> customPropertyMembers)
Deprecated.
|
TermSummary(String key,
String displayName,
String description,
String glossaryKey,
String uri,
String parentTermKey,
Boolean isAllowedToHaveChildTerms,
String path,
Date timeCreated,
TermWorkflowStatus workflowStatus,
Integer associatedObjectCount,
LifecycleState lifecycleState)
Deprecated.
|
UpdateGlossaryDetails(String displayName,
String description,
String owner,
TermWorkflowStatus workflowStatus,
List<CustomPropertySetUsage> customPropertyMembers)
Deprecated.
|
UpdateTermDetails(String displayName,
String description,
String parentTermKey,
String owner,
TermWorkflowStatus workflowStatus,
List<CustomPropertySetUsage> customPropertyMembers)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TermWorkflowStatus |
ListTermsRequest.getWorkflowStatus()
Status of the approval workflow for this business term in the glossary.
|
Modifier and Type | Method and Description |
---|---|
ListTermsRequest.Builder |
ListTermsRequest.Builder.workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval workflow for this business term in the glossary.
|
Copyright © 2016–2024. All rights reserved.