Uses of Interface
de.aristaflow.adept2.model.common.PluginData
-
Packages that use PluginData Package Description de.aristaflow.adept2.core.changeoperations de.aristaflow.adept2.core.worklistmanager de.aristaflow.adept2.model.common de.aristaflow.adept2.model.common.i18n de.aristaflow.adept2.model.common.plugindata Plug-in data interfaces which are used across different data models.de.aristaflow.adept2.model.execution de.aristaflow.adept2.model.processmodel de.aristaflow.adept2.model.worklistmodel de.aristaflow.ilm.model.common.i18n -
-
Uses of PluginData in de.aristaflow.adept2.core.changeoperations
Methods in de.aristaflow.adept2.core.changeoperations with parameters of type PluginData Modifier and Type Method Description static boolean
UpdatePluginDataContainer. isPossible(ChangeableInstance instance, PluginDataContainer pluginContainer, String extensionPointID, String pluginDataID, PluginData pluginData)
Checks if it is valid (concerning structural correctness and state-based correctness) to update (add / remove) the plug in data for the Extension-Point given byextensionPoint
with the value given bypluginData
in the plug in data container given bypluginContainer
.static boolean
UpdatePluginDataContainer. isPossible(ChangeableInstance instance, PluginDataContainer pluginContainer, String extensionPointID, String pluginDataID, PluginData pluginData, CheckReport checkReport)
Checks if it is valid (concerning structural correctness and state-based correctness) to update (add / remove) the plug in data for the Extension-Point given byextensionPoint
with the value given bypluginData
in the plug in data container given bypluginContainer
.static boolean
UpdatePluginDataContainer. isPossible(Template template, PluginDataContainer pluginContainer, String extensionPointID, String pluginDataID, PluginData pluginData)
Checks if it is valid (concerning structural correctness) to update (add / remove) the plug in data for the Extension-Point given byextensionPoint
with the value given bypluginData
in the plug in data container given bypluginContainer
.static boolean
UpdatePluginDataContainer. isPossible(Template template, PluginDataContainer pluginContainer, String extensionPointID, String pluginDataID, PluginData pluginData, CheckReport checkReport)
Checks if it is valid (concerning structural correctness) to update (add / remove) the plug in data for the Extension-Point given byextensionPoint
with the value given bypluginData
in the plug in data container given bypluginContainer
.static void
UpdatePluginDataContainer. performOperation(ChangeableInstance instance, PluginDataContainer pluginContainer, String extensionPointID, String pluginDataID, PluginData pluginData)
Updates the plug in data for the extension point in the given plug in data container.static void
UpdatePluginDataContainer. performOperation(ChangeableInstance instance, PluginDataContainer pluginContainer, String extensionPointID, String pluginDataID, PluginData pluginData, UpdateManager updateManager)
Updates the plug in data for the extension point in the given plug in data container.static void
UpdatePluginDataContainer. performOperation(ChangeableTemplate template, PluginDataContainer pluginContainer, String extensionPointID, String pluginDataID, PluginData pluginData)
Updates the plug in data for the extension point in the given plug in data container.static void
UpdatePluginDataContainer. performOperation(ChangeableTemplate template, PluginDataContainer pluginContainer, String extensionPointID, String pluginDataID, PluginData pluginData, UpdateManager updateManager)
Updates the plug in data for the extension point in the given plug in data container.protected static void
UpdatePluginDataContainer. performOperation(ChangePrimitives processGraph, PluginDataContainer pluginContainer, String extensionPointID, String pluginDataID, PluginData pluginData, UpdateManager updateManager)
Worker method to do the structural changes for both changeable templates and changeable instances. -
Uses of PluginData in de.aristaflow.adept2.core.worklistmanager
Methods in de.aristaflow.adept2.core.worklistmanager with parameters of type PluginData Modifier and Type Method Description void
EscalationHandling.EscalationMeasures. updatePluginData(SessionToken session, WorklistItem worklistItem, PluginData pluginData)
Changes the plugin data of the designated worklist item. -
Uses of PluginData in de.aristaflow.adept2.model.common
Subinterfaces of PluginData in de.aristaflow.adept2.model.common Modifier and Type Interface Description interface
ChangeablePluginDataContainer
Methods in de.aristaflow.adept2.model.common that return PluginData Modifier and Type Method Description PluginData
CommonModelFactory. createPluginData(String pluginID, Map<String,String> data)
Creates a new plug-in data object.PluginData
PluginDataContainer. getPluginData(String pluginID)
Returns the plug-in data object for the given plug-in ID, or null if the plug-in is not in the set of supported plug-ins.Methods in de.aristaflow.adept2.model.common that return types with arguments of type PluginData Modifier and Type Method Description Map<String,PluginData>
PluginDataContainer. getPluginDatas()
Returns a map from the ID of a plug-in to the plug-in data objects. -
Uses of PluginData in de.aristaflow.adept2.model.common.i18n
Constructors in de.aristaflow.adept2.model.common.i18n with parameters of type PluginData Constructor Description TranslationDataAdapter(PluginData pluginData, Class<?> viewInterface)
-
Uses of PluginData in de.aristaflow.adept2.model.common.plugindata
Methods in de.aristaflow.adept2.model.common.plugindata that return PluginData Modifier and Type Method Description PluginData
MultiLevelEscalationData.LevelData. getEscalationPluginData()
PluginData
FinishWithDefaultData. getValues()
Methods in de.aristaflow.adept2.model.common.plugindata with parameters of type PluginData Modifier and Type Method Description void
MultiLevelEscalationData.LevelData. setEscalationPluginData(PluginData data)
void
FinishWithDefaultData. setValues(PluginData values)
Setter forFinishWithDefaultData.getValues()
. -
Uses of PluginData in de.aristaflow.adept2.model.execution
Method parameters in de.aristaflow.adept2.model.execution with type arguments of type PluginData Modifier and Type Method Description ExecutableBusinessProcessInstance
ExecutionFactory. createTopLevelProcessInstance(UUID templateId, String processTypeName, String processTemplateVersion, String processTemplateName, String processInstanceName, String name, String description, UUID iconId, ExecutionControlProperties executionControlProperties, Configuration configuration, Set<ProcessModelParameter> inputParameters, Set<ProcessModelParameter> outputParameters, ParameterDataContext dataContext, String groupName, String groupExecutionContext, PluginDataContainer pluginData, Map<String,PluginData> addPluginData, Map<String,String> userAttributes)
Deprecated, for removal: This API element is subject to removal in a future version.default ExecutableBusinessProcessInstance
ExecutionFactory. createTopLevelProcessInstance(UUID templateId, String processTypeName, String processTemplateVersion, String processTemplateName, String processInstanceName, String name, String description, UUID iconId, ExecutionControlProperties executionControlProperties, Configuration configuration, Set<ProcessModelParameter> inputParameters, Set<ProcessModelParameter> outputParameters, String groupName, String groupExecutionContext, PluginDataContainer pluginData, Map<String,PluginData> addPluginData, Map<String,String> userAttributes)
Create a top-level process instance object. -
Uses of PluginData in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return PluginData Modifier and Type Method Description PluginData
AbstractWrappingTemplate. getPluginData(String pluginID)
Methods in de.aristaflow.adept2.model.processmodel that return types with arguments of type PluginData Modifier and Type Method Description Map<String,PluginData>
AbstractWrappingTemplate. getPluginDatas()
Methods in de.aristaflow.adept2.model.processmodel with parameters of type PluginData Modifier and Type Method Description void
ChangePrimitives. updatePluginDataContainer(PluginDataContainer pluginContainer, String extensionPointID, String pluginDataID, PluginData pluginData)
Sets the plug in data for the extension point in the plug in data container. -
Uses of PluginData in de.aristaflow.adept2.model.worklistmodel
Methods in de.aristaflow.adept2.model.worklistmodel that return types with arguments of type PluginData Modifier and Type Method Description Map<String,PluginData>
IndividualWorklistItemSettings. getIndividualPluginDatas()
Returns a map from the ID of a plug-in to the plug-in data objects.static Map<String,PluginData>
WorklistModelTools. mergeTlpiLocalisation(Instance instance)
Merges the localisation from the designated instance (and its template) for usage in a worklist item representing the designated top-level instance.static Map<String,PluginData>
WorklistModelTools. renameL10nKeys(ExecutableBusinessProcessInstance ebpInstance)
Renames the localisation keys from the designated EBP instance to be used for aWorklistItem
.Methods in de.aristaflow.adept2.model.worklistmodel with parameters of type PluginData Modifier and Type Method Description void
IndividualWorklistItemSettings. setIndividualPluginData(PluginData pluginData)
Sets the data of the designated plugin.void
InternalWorklistItem. setPluginData(PluginData pluginData)
Sets the data of the designated plugin using an internal extension point.void
InternalWorklistItem. setPluginData(String extPointId, PluginData pluginData)
Sets the data of the designated plugin for the designated extension point. -
Uses of PluginData in de.aristaflow.ilm.model.common.i18n
Methods in de.aristaflow.ilm.model.common.i18n that return types with arguments of type PluginData Modifier and Type Method Description static Pair<Map<String,Set<String>>,Map<String,PluginData>>
Transformation. createLocPlugin(CommonModelFactory cmf, Map<String,String> locData)
-