Class LifecycleUtil
java.lang.Object
com.evolveum.midpoint.schema.util.LifecycleUtil
- Author:
- semancik
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic LifecycleStateTypefindStateDefinition(@Nullable LifecycleStateModelType lifecycleStateModel, @Nullable String stateName) static <R extends AbstractRoleType>
 VirtualAssignmentSpecification<R>getForcedAssignmentSpecification(LifecycleStateModelType lifecycleStateModel, String targetLifecycleState) 
- 
Constructor Details- 
LifecycleUtilpublic LifecycleUtil()
 
- 
- 
Method Details- 
findStateDefinitionpublic static LifecycleStateType findStateDefinition(@Nullable @Nullable LifecycleStateModelType lifecycleStateModel, @Nullable @Nullable String stateName) 
- 
getForcedAssignmentSpecificationpublic static <R extends AbstractRoleType> VirtualAssignmentSpecification<R> getForcedAssignmentSpecification(LifecycleStateModelType lifecycleStateModel, String targetLifecycleState) throws SchemaException - Throws:
- SchemaException
 
 
-