Uses of Class
de.aristaflow.adept2.model.common.i18n.Localised
-
Packages that use Localised Package Description de.aristaflow.adept2.model.activitymodel TODO This is completely outdated.de.aristaflow.adept2.model.common de.aristaflow.adept2.model.execution de.aristaflow.adept2.model.processmodel de.aristaflow.adept2.model.worklistmodel -
-
Uses of Localised in de.aristaflow.adept2.model.activitymodel
Methods in de.aristaflow.adept2.model.activitymodel with annotations of type Localised Modifier and Type Method Description StringAbstractActivityModelParameter. getDescription()Returns the description of the parameter for the end user.StringAbstractActivityTemplateDefinition. getDescription()Gets a description for this activity template definition for usage in the process model.StringAbstractOperation. getDescription()Gets a description for this operation for usage in the process model.StringAbstractParameterTemplate. getDescription()Gets the description for the parameter of this template.StringATDReference. getDescription()Gets a description for theActivityTemplateDefinitionof this reference for usage in the process model.StringATParameterTemplate. getDescription()Gets the description for the parameter of this template.StringIdentifier. getDescription()Returns a description text of the common identifier (may benull).StringOperationReference. getDescription()Gets a description for the operation of this reference for usage in the process model.StringAbstractActivityModelParameter. getDeveloperDescription()Gets a description of this activity model parameter for the developer/the administrator.StringAbstractActivityTemplateDefinition. getDeveloperDescription()Gets a description for the developer of the activity template definition and the administrator of the activity model.StringAbstractConfigurationSet. getDeveloperDescription()Gets a description for the developer of the configuration and the process modeler.StringAbstractExecutableComponentDescription. getDeveloperDescription()Gets a description for the developer of the component and the administrator of the activity model.StringAbstractOperation. getDeveloperDescription()Gets a description for the developer of the operation and the administrator of the activity model.StringActivityTemplate. getDeveloperDescription()Gets a description for the process modeler and the administrator of the activity model.StringATDReference. getDeveloperDescription()Gets a description of theActivityTemplateDefinitionof this reference for the developer and the administrator of the activity model.StringATParameter. getDeveloperDescription()Gets a description of this activity template parameter for the developer/the administrator.StringCSReference. getDeveloperDescription()Gets a description for the developer of the configuration and the process modeler.StringECDReference. getDeveloperDescription()Gets a description for the developer of the component and the administrator of the activity model.StringOperationReference. getDeveloperDescription()Gets a description for the developer of the operation and the administrator of the activity model.StringAbstractActivityModelParameter. getName()Returns the name of the parameter.StringAbstractParameterTemplate. getName()Gets the name for the parameter of this template.StringATDReference. getName()Gets the name of theActivityTemplateDefinitionof this reference.StringATParameterTemplate. getName()Gets the name for the parameter of this template.StringIdentifier. getName()The repository-wide unique name of the common identifier.StringOperationReference. getName()Gets the name of the operation of this reference (unique with respect to theExecutableComponentDescription).StringAbstractParameterTemplate. getTemplateDescription()Gets a description for the process modeler and the administrator of the activity model.StringATParameterTemplate. getTemplateDescription()Gets a description for the process modeler and the administrator of the activity model.StringAbstractParameterTemplate. getTemplateName()Gets the unique (with respect to the corresponding entity) name of this parameter template.StringATParameterTemplate. getTemplateName()Gets the unique (with respect to the corresponding entity) name of this parameter template. -
Uses of Localised in de.aristaflow.adept2.model.common
Methods in de.aristaflow.adept2.model.common with annotations of type Localised Modifier and Type Method Description StringAbstractActivity. getActivityName()Gets the name of this abstract activity.StringAbstractActivity. getDescription()Gets a description for this abstract activity for usage in the process model.StringConfigurationDescription.ConfigurationEntry. getDescription()Gets a user-friendly description (including its localisation) for a configuration entry.StringIconDescriptor. getDescription()Returns a description text of the icon (may be null).StringParameter. getDescription()Returns the description of the parameter for the end user.StringResourceDescriptor. getDescription()Returns a description text of the resource (may be null).StringIconDescriptor. getName()The arbitrary name of the icon.StringParameter. getName()Returns the name of the parameter.StringResourceDescriptor. getName()The arbitrary name of the resource. -
Uses of Localised in de.aristaflow.adept2.model.execution
Methods in de.aristaflow.adept2.model.execution with annotations of type Localised Modifier and Type Method Description StringExecutableBusinessProcessInstance. getDescription()Returns the description of this executable business process instance.StringExecutableBusinessProcessInstance. getName()Returns the name of this node/subprocess to be displayed in the worklist or the called application.StringExecutableBusinessProcessInstance. getProcessInstanceName()Gets the resolved name of the (parent) process instance of the executable business process of thisEBPInstance.StringExecutableBusinessProcessInstance. getProcessTemplateName()Gets the name of the (parent) process template of the executable business process of thisEBPInstance. -
Uses of Localised in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel with annotations of type Localised Modifier and Type Method Description StringDecisionStatement. getDecisionLabel()Returns the label of the decision ID.StringDecisionStatement. getDecisionStatement()Returns the decision statement that must evaluate to true to activate this decision ID (for displaying purposes).StringDataElement. getDescription()Returns a description of the data element.StringNode. getDescription()Returns the description of this node.StringTemplate. getDescription()Returns the description of the process.StringTemplateReference. getDescription()Gets the description of the referenced process template.StringTemplate. getInstanceNameTemplate()Gets a (string) template for the name of instances created on this process template.StringDataElement. getName()Returns the name of the data element.StringInstance. getName()Returns the name of the instance.StringInstanceReference. getName()Returns the name of the instance.StringNode. getName()Returns the name of this node.StringTemplate. getName()Returns the name of the process.StringTemplateReference. getName()Gets the name (not necessarily unique) of the referenced process template. -
Uses of Localised in de.aristaflow.adept2.model.worklistmodel
Methods in de.aristaflow.adept2.model.worklistmodel with annotations of type Localised Modifier and Type Method Description StringWorklistItem. getDescription()A description of the worklist item for displaying purpose - corresponds to the description of the corresponding executable business process.StringWorklistItem. getProcessInstanceName()Gets the name of the process instance corresponding to this worklist item.StringWorklistItem. getProcessTemplateName()Gets the name of the process template corresponding to this worklist item.StringWorklistItem. getTitle()The title of this item for displaying purpose - corresponds to the name of the corresponding executable business process.
-