com.semarchy.mdm.runtime.model.logical
Interface IDETransition

All Superinterfaces:
ILink, IUniquelyNamed, IWorkflowTransition, Serializable

public interface IDETransition
extends IWorkflowTransition


Field Summary
 
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IWorkflowTransition
HUMAN_TASK_PREFIX
 
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
SEP
 
Method Summary
 List<IDETransitionEnricher> getEnrichers()
          List of enrichers to consider before transition
 List<IDETransitionValidation> getValidations()
          List of validations to consider before transition
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IWorkflowTransition
getFromNode, getFromTask, getName, getToNode, getToTask, isCancel, isStart, isSubmit, isUseCustomLabel
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
getPrefixedUniqueName, getUniqueName
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.ILink
getBendPoints, getWidth, isAbsoluteBendPoints
 

Method Detail

getEnrichers

List<IDETransitionEnricher> getEnrichers()
List of enrichers to consider before transition

Returns:

getValidations

List<IDETransitionValidation> getValidations()
List of validations to consider before transition

Returns:


Copyright © 2015. All Rights Reserved.