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_NAME
Fields 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.long
Deprecated.List<org.json.JSONObject>
Deprecated.Deprecated.Class<?>
getPluginClass
(Mandant client) Deprecated.long
Deprecated.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.long
Deprecated.Deprecated.Gets the UUID of the state that this processing is depending onlong
Deprecated.Deprecated.Gets the template UUID that may be needed for processinglong
Deprecated.Deprecated.boolean
Deprecated.boolean
isWrapperFor
(Class<?> clazz) Deprecated.Determines whether or not this instance is a wrapper for the given classvoid
setActionIds
(List<Long> actionIds) Deprecated.void
setActionUUID
(String uuid) Deprecated.Sets the UUID of the action that will be consumed by this actionvoid
setActionUUIDs
(List<String> uuids) Deprecated.Sets the UUIDs of the actions that will be consumed by this actionvoid
setAttachToFormRecord
(boolean attachToFormRecord) Deprecated.Sets whether or not files should be attached to the form recordvoid
setParameters
(List<org.json.JSONObject> parameters) Deprecated.void
setParamMap
(Map<String, String> parameters) Deprecated.void
setResource
(String resource) Deprecated.void
setResourceUri
(String uri) Deprecated.Sets the resource URI that may be needed for processingvoid
setResourceUuid
(String uuid) Deprecated.Sets the resource UUID that may be needed for processingvoid
setSourceAktionId
(long sourceAktionId) Deprecated.void
setStateUUID
(String uuid) Deprecated.Sets the UUID of the state that this processing is depending onvoid
setTemplateUUID
(String templateUUID) Deprecated.Sets the template UUID that may be needed for processingvoid
setUploadElements
(List<String> uploadElements) Deprecated.Sets the list of upload elements that should be used by this action<T> T
Deprecated.Unwraps the wrapped processing for the given class and returns itvoid
Deprecated.Wraps the action and its processingMethods inherited from interface de.xima.fc.interfaces.INamedUiElement
getDisplayName
Methods 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
-Aktion
to 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
-Class
to unwrap for- Returns:
- unwrapped processing
-
isWrapperFor
Deprecated.Determines whether or not this instance is a wrapper for the given class- Parameters:
clazz
-Class
to check- Returns:
true
if the wrapped processing is assignable from the given class
-
getTemplateUUID
String getTemplateUUID()Deprecated.Gets the template UUID that may be needed for processing- Returns:
String
UUID ofTextbaustein
-
setTemplateUUID
Deprecated.Sets the template UUID that may be needed for processing- Parameters:
templateUUID
-String
UUID ofTextbaustein
-
getResourceUuid
String getResourceUuid()Deprecated.Gets the resource UUID that may be needed for processing- Returns:
String
UUID of the resource
-
setResourceUuid
Deprecated.Sets the resource UUID that may be needed for processing- Parameters:
uuid
-String
UUID of the resource
-
getResourceUri
String getResourceUri()Deprecated.Gets the resource URI that may be needed for processing- Returns:
String
URI of the resource
-
setResourceUri
Deprecated.Sets the resource URI that may be needed for processing- Parameters:
uri
-String
URI of the resource
-
getResourceType
ERessourcenTyp getResourceType()Deprecated.Gets the type of the resource that may be needed for processing- Returns:
ERessourcenTyp
resource type
-
getStateUUID
String getStateUUID()Deprecated.Gets the UUID of the state that this processing is depending on- Returns:
String
UUID 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
-String
UUID 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:
List
ofAktion.getUUID()
s
-
setActionUUIDs
Deprecated.Sets the UUIDs of the actions that will be consumed by this action- Parameters:
uuids
-List
ofAktion.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:
Long
ID of the DB connection used by this action
-
getUploadElements
Deprecated.- Returns:
List
of upload elements used by this action
-
setUploadElements
Deprecated.Sets the list of upload elements that should be used by this action- Parameters:
uploadElements
-List
of upload elements
-
isAttachToFormRecord
boolean isAttachToFormRecord()Deprecated.- Returns:
Boolean
whether 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:
Long
the 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
).