Uses of Class
de.xima.fc.workflow.EntityRef
-
-
Uses of EntityRef in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type EntityRef Modifier and Type Method Description List<EntityRef>
IWorkflowProvider. getAllClientCounterRefs()
List<? extends de.xima.cmn.validation.spec.IChoiceEntry<EntityRef>>
IWorkflowProvider. getAllClientCounterRefSelectItems()
-
Uses of EntityRef in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return EntityRef Modifier and Type Method Description static 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 EntityRef Modifier and Type Method Description List<EntityRef>
WorkflowProviderBean. getAllClientCounterRefs()
List<? extends de.xima.cmn.validation.spec.IChoiceEntry<EntityRef>>
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 EntityRef Modifier and Type Method Description Iterable<? extends de.xima.cmn.validation.spec.IChoiceEntry<EntityRef>>
ClientCounterChoiceProvider. 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 EntityRef Modifier and Type Method Description EntityRef
FcCounterProps. getCounterRef()
Methods in de.xima.fc.workflow.model.nodes with parameters of type EntityRef Modifier and Type Method Description void
FcCounterProps. setCounterRef(EntityRef counterRef)
-
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 EntityRef Modifier and Type Method Description static List<EntityRef>
WorkflowProviderHelper. computeAllClientCounterRefs(IEntityContext ec, Mandant client)
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 EntityRef Modifier and Type Method Description List<EntityRef>
ValidationWorkflowProvider. getAllClientCounterRefs()
List<? extends de.xima.cmn.validation.spec.IChoiceEntry<EntityRef>>
ValidationWorkflowProvider. getAllClientCounterRefSelectItems()
-