Class CaseTriggeringUtil
- java.lang.Object
-
- com.evolveum.midpoint.schema.util.cases.CaseTriggeringUtil
-
public class CaseTriggeringUtil extends Object
TODO is this the correct place?
-
-
Constructor Summary
Constructors Constructor Description CaseTriggeringUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @NotNull List<TriggerType>
createTriggers(int escalationLevel, Date workItemCreateTime, Date workItemDeadline, Collection<WorkItemTimedActionsType> timedActionsCollection, PrismContext prismContext, Trace logger, @Nullable Long workItemId, @NotNull String handlerUri)
-
-
-
Method Detail
-
createTriggers
@NotNull public static @NotNull List<TriggerType> createTriggers(int escalationLevel, Date workItemCreateTime, Date workItemDeadline, Collection<WorkItemTimedActionsType> timedActionsCollection, PrismContext prismContext, Trace logger, @Nullable @Nullable Long workItemId, @NotNull @NotNull String handlerUri) throws SchemaException
- Throws:
SchemaException
-
-