public enum WorkflowServiceAssociation extends Enum<WorkflowServiceAssociation> implements EnumBcIdentifier
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkflowServiceAssociation.WorkflowBcSupplier |
EnumBcIdentifier.Holder<T extends Enum<T> & EnumBcIdentifier>| Modifier and Type | Field and Description |
|---|---|
static EnumBcIdentifier.Holder<WorkflowServiceAssociation> |
Holder |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getParentName() |
boolean |
isBc(BcIdentifier other) |
boolean |
isNotBc(BcIdentifier other) |
static WorkflowServiceAssociation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowServiceAssociation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfbuildDescription, getBcDescriptionpublic static final WorkflowServiceAssociation wfProject
public static final WorkflowServiceAssociation wf
public static final WorkflowServiceAssociation wfActiveVersion
public static final WorkflowServiceAssociation wfVersion
public static final WorkflowServiceAssociation wfStepAutoClosed
public static final WorkflowServiceAssociation wfStepPickList
public static final WorkflowServiceAssociation wfStep
public static final WorkflowServiceAssociation wfStepType
public static final WorkflowServiceAssociation wfTransitionPickList
public static final WorkflowServiceAssociation wfTransition
public static final WorkflowServiceAssociation wfAutoTransition
public static final WorkflowServiceAssociation wfTransitionDestStep
public static final WorkflowServiceAssociation wfTransitionCondGroup
public static final WorkflowServiceAssociation wfTransitionCond
public static final WorkflowServiceAssociation wfTransitionCondDmnFields
public static final WorkflowServiceAssociation wfTransitionCondDmnConstants
public static final WorkflowServiceAssociation wfPostFuncGroup
public static final WorkflowServiceAssociation wfPostFuncGroupCond
public static final WorkflowServiceAssociation wfPostFuncGroupCondDmnFields
public static final WorkflowServiceAssociation wfPostFuncGroupCondDmnConstants
public static final WorkflowServiceAssociation wfTransitionFunc
public static final WorkflowServiceAssociation wfPostFuncTrigger
public static final WorkflowServiceAssociation wfPostFuncTriggerWaitStep
public static final WorkflowServiceAssociation wfPostFuncTriggerTransition
public static final WorkflowServiceAssociation pfChildWorkflow
public static final WorkflowServiceAssociation wfTranCondGroupValid
public static final WorkflowServiceAssociation wfTranCondValid
public static final WorkflowServiceAssociation wfTranCondValidDmnFields
public static final WorkflowServiceAssociation wfTranCondValidDmnConstants
public static final WorkflowServiceAssociation wfTransitionValid
public static final WorkflowServiceAssociation wfTransitionValidDmnFields
public static final WorkflowServiceAssociation wfTransitionValidDmnConstants
public static final WorkflowServiceAssociation wfTransitionValidPreInvoke
public static final WorkflowServiceAssociation wfTransitionGroupPopup
public static final WorkflowServiceAssociation wfTransitionGroup
public static final WorkflowServiceAssociation wfChildBcAvailability
public static final WorkflowServiceAssociation wfChildBcAvailabilityPopup
public static final WorkflowServiceAssociation wfChildBcAvailabilityCond
public static final WorkflowServiceAssociation wfChildBcAvailabilityCondDmnFields
public static final WorkflowServiceAssociation wfChildBcAvailabilityCondDmnConstants
public static final WorkflowServiceAssociation wfStepField
public static final WorkflowServiceAssociation wfStepTaskFields
public static final WorkflowServiceAssociation wfStepFieldCond
public static final WorkflowServiceAssociation wfStepFieldCondDmnFields
public static final WorkflowServiceAssociation wfStepFieldCondDmnConstants
public static final WorkflowServiceAssociation wfStepCondGroupRecommendedAssignee
public static final WorkflowServiceAssociation wfStepCondRecommendedAssignee
public static final WorkflowServiceAssociation wfStepCondRecommendedAssigneeDmnFields
public static final WorkflowServiceAssociation wfStepCondRecommendedAssigneeDmnConstants
public static final WorkflowServiceAssociation wfStepRecommendedAssignee
public static final WorkflowServiceAssociation migrationWfProject
public static final WorkflowServiceAssociation migrationWf
public static final WorkflowServiceAssociation migrationWfVersion
public static final WorkflowServiceAssociation wfTemplateMigration
public static final WorkflowServiceAssociation wfTemplateMigrationCurrentStep
public static final WorkflowServiceAssociation wfTemplateMigrationNewStep
public static final WorkflowServiceAssociation wfTemplateMigrationCurrentAutomaticTransition
public static final WorkflowServiceAssociation wfTemplateMigrationNewAutomaticTransition
public static final WorkflowServiceAssociation wfTaskMigration
public static final WorkflowServiceAssociation wfTaskMigrationCurrentStep
public static final WorkflowServiceAssociation wfTaskMigrationNewStep
public static final EnumBcIdentifier.Holder<WorkflowServiceAssociation> Holder
public static WorkflowServiceAssociation[] values()
for (WorkflowServiceAssociation c : WorkflowServiceAssociation.values()) System.out.println(c);
public static WorkflowServiceAssociation 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 String getName()
getName in interface BcIdentifiergetName in interface EnumBcIdentifierpublic String getParentName()
getParentName in interface BcIdentifiergetParentName in interface EnumBcIdentifierpublic boolean isBc(BcIdentifier other)
isBc in interface EnumBcIdentifierpublic boolean isNotBc(BcIdentifier other)
isNotBc in interface EnumBcIdentifierCopyright © 2018–2020 Tesler. All rights reserved.