@Generated(value="OracleSDKGenerator", comments="API Version: 20190325") public enum TermWorkflowStatus extends Enum<TermWorkflowStatus> implements BmcEnum
A term workflow is a sequence of steps or tasks usually done by a data steward as part of the governance lifecycle. Business terms cannot be used for tagging unless they are APPROVED by the busines term owner (usually a data steward). By default, most terms, when created, are in the NEW status unless specified otherwise. NEW - This is the default workflow status when a term is newly created. The owner can override this status during the creation. APPROVED - This term is ready for use. It can be used to tag data assets, data entities, attributes, and other taggable resources. UNDER_REVIEW - The term is currently under review and cannot be used until it is in APPROVED status. ESCALATED - The review of this term is escalated to fast track for use in tagging.
Enum Constant and Description |
---|
Approved |
Escalated |
New |
UnderReview |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static TermWorkflowStatus |
create(String key) |
String |
getValue() |
static TermWorkflowStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TermWorkflowStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TermWorkflowStatus New
public static final TermWorkflowStatus Approved
public static final TermWorkflowStatus UnderReview
public static final TermWorkflowStatus Escalated
public static final TermWorkflowStatus UnknownEnumValue
public static TermWorkflowStatus[] values()
for (TermWorkflowStatus c : TermWorkflowStatus.values()) System.out.println(c);
public static TermWorkflowStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static TermWorkflowStatus create(String key)
Copyright © 2016–2024. All rights reserved.