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.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type EntityRefModifier and TypeMethodDescriptionIWorkflowBpmnEnvironmentStore.counterName(EntityRef counterRef) Gets the name of a counter reference by the givenEntityRef.IWorkflowBpmnEnvironmentStore.entityName(EntityRef entity) Gets the name of the given entity reference.IWorkflowBpmnLocalization.entityNameOptional(EntityRef entity) Localizes the entity name.IWorkflowBpmnLocalization.entityNameRequired(EntityRef entity) Localizes the entity name. -
Uses of EntityRef in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return EntityRefModifier and TypeMethodDescriptionstatic EntityRefEntityRef.forNameValue(String nameRef) static EntityRefEntityRef.forUuidEntity(IUUIDEntity entity) static EntityRefEntityRef.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
Classes in de.xima.fc.workflow.model.choices that implement interfaces with type arguments of type EntityRefModifier and TypeClassDescriptionclassProvider for client counters available in the current client during workflow editing and validation.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 ofEntityRefs with one entry for each entity, and an additional entry for aEntityRef.forNameValue(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 anEntityReffor each entity, and an additional entry for aEntityRef.forNameValue(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).