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 TermWorkflowStatusTermWorkflowStatus. create(String key)TermWorkflowStatusCreateGlossaryDetails. getWorkflowStatus()Status of the approval process workflow for this business glossary.TermWorkflowStatusCreateTermDetails. getWorkflowStatus()Status of the approval process workflow for this business term in the glossary.TermWorkflowStatusGlossary. getWorkflowStatus()Status of the approval process workflow for this business glossary.TermWorkflowStatusGlossarySummary. getWorkflowStatus()Status of the approval process workflow for this business glossary.TermWorkflowStatusGlossaryTreeElement. getWorkflowStatus()Status of the approval process workflow for this business term in the glossary.TermWorkflowStatusTerm. getWorkflowStatus()Status of the approval process workflow for this business term in the glossary.TermWorkflowStatusTermSummary. getWorkflowStatus()Status of the approval process workflow for this business term in the glossary.TermWorkflowStatusUpdateGlossaryDetails. getWorkflowStatus()Status of the approval process workflow for this business glossary.TermWorkflowStatusUpdateTermDetails. getWorkflowStatus()Status of the approval process workflow for this business term in the glossarystatic TermWorkflowStatusTermWorkflowStatus. 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.BuilderCreateGlossaryDetails.Builder. workflowStatus(TermWorkflowStatus workflowStatus)Status of the approval process workflow for this business glossary.CreateTermDetails.BuilderCreateTermDetails.Builder. workflowStatus(TermWorkflowStatus workflowStatus)Status of the approval process workflow for this business term in the glossary.Glossary.BuilderGlossary.Builder. workflowStatus(TermWorkflowStatus workflowStatus)Status of the approval process workflow for this business glossary.GlossarySummary.BuilderGlossarySummary.Builder. workflowStatus(TermWorkflowStatus workflowStatus)Status of the approval process workflow for this business glossary.GlossaryTreeElement.BuilderGlossaryTreeElement.Builder. workflowStatus(TermWorkflowStatus workflowStatus)Status of the approval process workflow for this business term in the glossary.Term.BuilderTerm.Builder. workflowStatus(TermWorkflowStatus workflowStatus)Status of the approval process workflow for this business term in the glossary.TermSummary.BuilderTermSummary.Builder. workflowStatus(TermWorkflowStatus workflowStatus)Status of the approval process workflow for this business term in the glossary.UpdateGlossaryDetails.BuilderUpdateGlossaryDetails.Builder. workflowStatus(TermWorkflowStatus workflowStatus)Status of the approval process workflow for this business glossary.UpdateTermDetails.BuilderUpdateTermDetails.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 TermWorkflowStatusListTermsRequest. 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.BuilderListTermsRequest.Builder. workflowStatus(TermWorkflowStatus workflowStatus)Status of the approval workflow for this business term in the glossary.
-