Uses of Class
com.oracle.bmc.datacatalog.model.TermWorkflowStatus
-
Packages that use TermWorkflowStatus Package Description com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.requests -
-
Uses of TermWorkflowStatus in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return TermWorkflowStatus Modifier and Type Method Description static TermWorkflowStatus
TermWorkflowStatus. create(String key)
TermWorkflowStatus
CreateGlossaryDetails. getWorkflowStatus()
Status of the approval process workflow for this business glossary.TermWorkflowStatus
CreateTermDetails. 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
GlossaryTreeElement. 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
TermSummary. getWorkflowStatus()
Status of the approval process workflow for this business term in the 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 glossarystatic 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.Methods in com.oracle.bmc.datacatalog.model with parameters of type TermWorkflowStatus Modifier and Type Method Description CreateGlossaryDetails.Builder
CreateGlossaryDetails.Builder. workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business glossary.CreateTermDetails.Builder
CreateTermDetails.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.GlossaryTreeElement.Builder
GlossaryTreeElement.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.TermSummary.Builder
TermSummary.Builder. workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business term in the 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 glossaryConstructors in com.oracle.bmc.datacatalog.model with parameters of type TermWorkflowStatus Constructor 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. -
Uses of TermWorkflowStatus in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return TermWorkflowStatus Modifier and Type Method Description TermWorkflowStatus
ListTermsRequest. getWorkflowStatus()
Status of the approval workflow for this business term in the glossary.Methods in com.oracle.bmc.datacatalog.requests with parameters of type TermWorkflowStatus Modifier and Type Method Description ListTermsRequest.Builder
ListTermsRequest.Builder. workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval workflow for this business term in the glossary.
-