Interface IProcessingWrapper
- All Superinterfaces:
INamedUiElement, IProcessing, ITransferable, Serializable
- All Known Implementing Classes:
ProcessingWrapper
-
Field Summary
Fields inherited from interface INamedUiElement
ATTR_DISPLAY_NAMEFields inherited from interface IProcessing
ATTR_VERARBEITUNGSNAME -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Gets the UUID of the action that will be consumed by this actionDeprecated.Gets the UUIDs of the actions that will be consumed by this actionDeprecated.longDeprecated.List<org.json.JSONObject> Deprecated.Deprecated.Class<?> getPluginClass(Mandant client) Deprecated.longDeprecated.Deprecated.Deprecated.Gets the type of the resource that may be needed for processingDeprecated.Gets the resource URI that may be needed for processingDeprecated.Gets the resource UUID that may be needed for processingDeprecated.longDeprecated.Deprecated.Gets the UUID of the state that this processing is depending onlongDeprecated.Deprecated.Gets the template UUID that may be needed for processinglongDeprecated.Deprecated.booleanDeprecated.booleanisWrapperFor(Class<?> clazz) Deprecated.Determines whether or not this instance is a wrapper for the given classvoidsetActionIds(List<Long> actionIds) Deprecated.voidsetActionUUID(String uuid) Deprecated.Sets the UUID of the action that will be consumed by this actionvoidsetActionUUIDs(List<String> uuids) Deprecated.Sets the UUIDs of the actions that will be consumed by this actionvoidsetAttachToFormRecord(boolean attachToFormRecord) Deprecated.Sets whether or not files should be attached to the form recordvoidsetParameters(List<org.json.JSONObject> parameters) Deprecated.voidsetParamMap(Map<String, String> parameters) Deprecated.voidsetResource(String resource) Deprecated.voidsetResourceUri(String uri) Deprecated.Sets the resource URI that may be needed for processingvoidsetResourceUuid(String uuid) Deprecated.Sets the resource UUID that may be needed for processingvoidsetSourceAktionId(long sourceAktionId) Deprecated.voidsetStateUUID(String uuid) Deprecated.Sets the UUID of the state that this processing is depending onvoidsetTemplateUUID(String templateUUID) Deprecated.Sets the template UUID that may be needed for processingvoidsetUploadElements(List<String> uploadElements) Deprecated.Sets the list of upload elements that should be used by this action<T> TDeprecated.Unwraps the wrapped processing for the given class and returns itvoidDeprecated.Wraps the action and its processingMethods inherited from interface INamedUiElement
getDisplayNameMethods inherited from interface IProcessing
execute, getAvailableOverrideValue, getGuiIcon, getIcon, getLicenseKey, getProcessingKey, getProcessingName, getProcessingPage, isAvailable, isFileProviding, prefillProcessing
-
Method Details
-
wrapFor
-
unwrap
-
isWrapperFor
-
getTemplateUUID
String getTemplateUUID()Deprecated.Gets the template UUID that may be needed for processing- Returns:
StringUUID ofTextbaustein
-
setTemplateUUID
Deprecated.Sets the template UUID that may be needed for processing- Parameters:
templateUUID-StringUUID ofTextbaustein
-
getResourceUuid
-
setResourceUuid
-
getResourceUri
-
setResourceUri
-
getResourceType
ERessourcenTyp getResourceType()Deprecated.Gets the type of the resource that may be needed for processing- Returns:
ERessourcenTypresource type
-
getStateUUID
-
setStateUUID
-
getActionUUIDs
Deprecated.Gets the UUIDs of the actions that will be consumed by this action- Returns:
ListofAktion.getUUID()s
-
setActionUUIDs
Deprecated.Sets the UUIDs of the actions that will be consumed by this action- Parameters:
uuids-ListofAktion.getUUID()s
-
getActionUUID
String getActionUUID()Deprecated.Gets the UUID of the action that will be consumed by this action- Returns:
Aktion.getUUID()
-
setActionUUID
Deprecated.Sets the UUID of the action that will be consumed by this action- Parameters:
uuid-Aktion.getUUID()
-
getDbConnectionId
-
getUploadElements
-
setUploadElements
-
isAttachToFormRecord
boolean isAttachToFormRecord()Deprecated.- Returns:
Booleanwhether or not files should be attached to the form record
-
setAttachToFormRecord
void setAttachToFormRecord(boolean attachToFormRecord) Deprecated.Sets whether or not files should be attached to the form record- Parameters:
attachToFormRecord-Boolean
-
getPostfachId
-
getPluginClass
-
getParameters
List<org.json.JSONObject> getParameters()Deprecated. -
setParameters
Deprecated. -
getParamMap
-
setParamMap
-
getTextbausteinId
Deprecated. -
getStatusId
Deprecated. -
getActionIds
Deprecated. -
setActionIds
Deprecated. -
getAktionsIdErgebnisse
Deprecated. -
getSourceAktionId
Deprecated. -
setSourceAktionId
Deprecated. -
setResource
Deprecated. -
getResource
Deprecated. -
getRessTypeEnum
Deprecated.
-
IWorkflowEventRunner).