public enum WorkflowServiceAssociation extends Enum<WorkflowServiceAssociation> implements io.tesler.core.crudma.bc.EnumBcIdentifier
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkflowServiceAssociation.WorkflowBcSupplier |
io.tesler.core.crudma.bc.EnumBcIdentifier.Holder<T extends Enum<T> & io.tesler.core.crudma.bc.EnumBcIdentifier>| Modifier and Type | Field and Description |
|---|---|
static io.tesler.core.crudma.bc.EnumBcIdentifier.Holder<WorkflowServiceAssociation> |
Holder |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getParentName() |
boolean |
isBc(io.tesler.core.crudma.bc.BcIdentifier other) |
boolean |
isNotBc(io.tesler.core.crudma.bc.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.
|
public 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 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 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 io.tesler.core.crudma.bc.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 io.tesler.core.crudma.bc.BcIdentifiergetName in interface io.tesler.core.crudma.bc.EnumBcIdentifierpublic String getParentName()
getParentName in interface io.tesler.core.crudma.bc.BcIdentifiergetParentName in interface io.tesler.core.crudma.bc.EnumBcIdentifierpublic boolean isBc(io.tesler.core.crudma.bc.BcIdentifier other)
isBc in interface io.tesler.core.crudma.bc.EnumBcIdentifierpublic boolean isNotBc(io.tesler.core.crudma.bc.BcIdentifier other)
isNotBc in interface io.tesler.core.crudma.bc.EnumBcIdentifierCopyright © 2020 Tesler. All rights reserved.