Uses of Class
de.xima.fc.workflow.designer.model.CheckForUnsavedChangedResult
-
Packages that use CheckForUnsavedChangedResult Package Description de.xima.fc.workflow.designer.helper -
-
Uses of CheckForUnsavedChangedResult in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return CheckForUnsavedChangedResult Modifier and Type Method Description static <TData> CheckForUnsavedChangedResult<WorkflowNode>
ElementPropertiesHelper. checkForUnsavedChanges(IEntityContext ec, long processId, UUID taskUuid, UUID elementUuid, TData data, INodeHandler<TData> handler)
static <TData> CheckForUnsavedChangedResult<WorkflowTrigger>
ElementPropertiesHelper. checkForUnsavedChanges(IEntityContext ec, long processId, UUID taskUuid, UUID elementUuid, TData data, ITriggerHandler<TData> handler)
-