Package de.xima.fc.interfaces.processing
Interface IProcessingWrapper
- All Superinterfaces:
INamedUiElement,IProcessing,ITransferable,Serializable
- All Known Implementing Classes:
ProcessingWrapper
Deprecated.
Wrapper interface for
IProcessing- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from interface de.xima.fc.interfaces.INamedUiElement
ATTR_DISPLAY_NAMEFields inherited from interface de.xima.fc.interfaces.processing.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 de.xima.fc.interfaces.INamedUiElement
getDisplayNameMethods inherited from interface de.xima.fc.interfaces.processing.IProcessing
execute, getAvailableOverrideValue, getGuiIcon, getIcon, getLicenseKey, getProcessingKey, getProcessingName, getProcessingPage, isAvailable, isFileProviding, prefillProcessing
-
Method Details
-
wrapFor
Deprecated.Wraps the action and its processing- Parameters:
action-Aktionto wrap processing for
-
unwrap
Deprecated.Unwraps the wrapped processing for the given class and returns it- Type Parameters:
T- Type to unrwap to- Parameters:
clazz-Classto unwrap for- Returns:
- unwrapped processing
-
isWrapperFor
Deprecated.Determines whether or not this instance is a wrapper for the given class- Parameters:
clazz-Classto check- Returns:
trueif the wrapped processing is assignable from the given class
-
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
String getResourceUuid()Deprecated.Gets the resource UUID that may be needed for processing- Returns:
StringUUID of the resource
-
setResourceUuid
Deprecated.Sets the resource UUID that may be needed for processing- Parameters:
uuid-StringUUID of the resource
-
getResourceUri
String getResourceUri()Deprecated.Gets the resource URI that may be needed for processing- Returns:
StringURI of the resource
-
setResourceUri
Deprecated.Sets the resource URI that may be needed for processing- Parameters:
uri-StringURI of the resource
-
getResourceType
ERessourcenTyp getResourceType()Deprecated.Gets the type of the resource that may be needed for processing- Returns:
ERessourcenTypresource type
-
getStateUUID
String getStateUUID()Deprecated.Gets the UUID of the state that this processing is depending on- Returns:
StringUUID of the state that this processing is depending on
-
setStateUUID
Deprecated.Sets the UUID of the state that this processing is depending on- Parameters:
uuid-StringUUID of the state that this processing is depending on
-
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
long getDbConnectionId()Deprecated.- Returns:
LongID of the DB connection used by this action
-
getUploadElements
Deprecated.- Returns:
Listof upload elements used by this action
-
setUploadElements
Deprecated.Sets the list of upload elements that should be used by this action- Parameters:
uploadElements-Listof upload elements
-
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
long getPostfachId()Deprecated.- Returns:
Longthe inbox id being used by this action
-
getPluginClass
Deprecated. -
getParameters
List<org.json.JSONObject> getParameters()Deprecated. -
setParameters
Deprecated. -
getParamMap
Deprecated. -
setParamMap
Deprecated. -
getTextbausteinId
Deprecated. -
getStatusId
Deprecated. -
getActionIds
Deprecated. -
setActionIds
Deprecated. -
getAktionsIdErgebnisse
Deprecated. -
getSourceAktionId
Deprecated. -
setSourceAktionId
Deprecated. -
setResource
Deprecated. -
getResource
Deprecated. -
getRessTypeEnum
Deprecated.
-
IWorkflowEventRunner).