Uses of Class
de.xima.fc.workflow.ObjectReference
Packages that use ObjectReference
Package
Description
-
Uses of ObjectReference in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type ObjectReferenceModifier and TypeMethodDescriptionList<? extends de.xima.cmn.validation.spec.IChoiceEntry<ObjectReference>> IWorkflowProvider.getAllPromptConnectionSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ObjectReference>> IWorkflowProvider.getAllPromptQuerySelectItems() -
Uses of ObjectReference in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type ObjectReferenceModifier and TypeMethodDescriptionIWorkflowBpmnEnvironmentStore.objectName(ObjectReference object) Gets the name of the given object reference.IWorkflowBpmnLocalization.objectNameOptional(ObjectReference object) Localizes the object name.IWorkflowBpmnLocalization.objectNameRequired(ObjectReference object) Localizes the object name. -
Uses of ObjectReference in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return ObjectReferenceModifier and TypeMethodDescriptionstatic ObjectReferenceObjectReference.copyOf(IObjectReference value) Creates a copy of the given object reference with the same type and id.static ObjectReferenceCreates a new object reference of the given type and id.static ObjectReferenceObjectReference.ofKnown(EntityType type, String id) Creates a new object reference of the given type and id.static ObjectReferenceParses an object reference from its string representation, as returned byObjectReference.toString(). -
Uses of ObjectReference in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type ObjectReferenceModifier and TypeMethodDescriptionList<? extends de.xima.cmn.validation.spec.IChoiceEntry<ObjectReference>> WorkflowProviderBean.getAllPromptConnectionSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ObjectReference>> WorkflowProviderBean.getAllPromptQuerySelectItems() -
Uses of ObjectReference in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model with parameters of type ObjectReferenceModifier and TypeMethodDescriptionWorkflowEntityReferences.getReferences(ObjectReference reference) -
Uses of ObjectReference in de.xima.fc.workflow.model
Methods in de.xima.fc.workflow.model that return ObjectReferenceModifier and TypeMethodDescriptionIPromptQueryProviding.getPromptQuery()Gets the referenced prompt query. -
Uses of ObjectReference in de.xima.fc.workflow.model.choices
Classes in de.xima.fc.workflow.model.choices that implement interfaces with type arguments of type ObjectReferenceModifier and TypeClassDescriptionclassProvider for the prompt connections available in the current client during workflow editing and validation.classProvider for the prompt queries 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 ObjectReferenceModifier and TypeMethodDescriptionList<? extends de.xima.cmn.validation.spec.IChoiceEntry<ObjectReference>> PromptConnectionChoiceProvider.getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params) List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ObjectReference>> PromptQueryChoiceProvider.getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params) -
Uses of ObjectReference in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return ObjectReferenceMethods in de.xima.fc.workflow.model.nodes with parameters of type ObjectReferenceModifier and TypeMethodDescriptionvoidFcPromptQueryProps.setPromptQuery(ObjectReference promptQuery) Sets the prompt query to execute. -
Uses of ObjectReference in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type ObjectReferenceModifier and TypeMethodDescriptionIPromptQueryBuilder.promptQuery(ObjectReference promptQuery) Sets the prompt query to be executed by the action. -
Uses of ObjectReference in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type ObjectReferenceModifier and TypeMethodDescriptionList<? extends de.xima.cmn.validation.spec.IChoiceEntry<ObjectReference>> ValidationWorkflowProvider.getAllPromptConnectionSelectItems()List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ObjectReference>> ValidationWorkflowProvider.getAllPromptQuerySelectItems()