Uses of Class
de.xima.fc.workflow.EntityRef
Packages that use EntityRef
Package
Description
-
Uses of EntityRef in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type EntityRefModifier and TypeMethodDescriptionIWorkflowProvider.getAllClientCounterRefs()
IWorkflowProvider.getAllClientCounterRefSelectItems()
-
Uses of EntityRef in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return EntityRefModifier and TypeMethodDescriptionstatic EntityRef
EntityRef.forNameValue
(String nameRef) static EntityRef
EntityRef.forUuidEntity
(IUUIDEntity entity) static EntityRef
EntityRef.forUuidEntityRef
(UuidEntityRef uuidEntityRef) -
Uses of EntityRef in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type EntityRefModifier and TypeMethodDescriptionWorkflowProviderBean.getAllClientCounterRefs()
WorkflowProviderBean.getAllClientCounterRefSelectItems()
-
Uses of EntityRef in de.xima.fc.workflow.model.choices
Methods in de.xima.fc.workflow.model.choices that return types with arguments of type EntityRefModifier and TypeMethodDescriptionClientCounterChoiceProvider.getChoices
(de.xima.cmn.validation.spec.IChoiceProvidingParams params) -
Uses of EntityRef in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return EntityRefMethods in de.xima.fc.workflow.model.nodes with parameters of type EntityRef -
Uses of EntityRef in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type EntityRefModifier and TypeMethodDescriptionWorkflowProviderHelper.computeAllClientCounterRefs
(IEntityContext ec, Mandant client) Deprecated.static <T extends IUUIDEntity & INameProviding & IDescriptionProviding>
List<EntityRef>WorkflowProviderHelper.createEntityRefsWithName
(List<T> entities) Creates a list ofEntityRef
s with one entry for each entity, and an additional entry for aforNameValue(String)
.static <T extends IUUIDEntity & INameProviding & IDescriptionProviding>
List<? extends de.xima.cmn.validation.spec.IChoiceEntry<EntityRef>>WorkflowProviderHelper.createEntityRefsWithNameSelectItems
(List<T> entities, String labelEntities, String labelOthers, String labelName) Creates a list of choice entries with anEntityRef
for each entity, and an additional entry for aforNameValue(String)
. -
Uses of EntityRef in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type EntityRefModifier and TypeMethodDescriptionValidationWorkflowProvider.getAllClientCounterRefs()
ValidationWorkflowProvider.getAllClientCounterRefSelectItems()
WorkflowProviderHelper.computeAllClientCounters(IEntityContext, Mandant)
.