Package de.xima.fc.interfaces.processing
Interface IProcessingWrapper
-
- All Superinterfaces:
INamedUiElement,IProcessing,ITransferable,Serializable
- All Known Implementing Classes:
ProcessingWrapper
@Deprecated public interface IProcessingWrapper extends IProcessing
Deprecated.Use the new workflow engine (IWorkflowEventRunner).Wrapper interface forIProcessing- 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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description List<Long>getActionIds()Deprecated.StringgetActionUUID()Deprecated.Gets the UUID of the action that will be consumed by this actionList<String>getActionUUIDs()Deprecated.Gets the UUIDs of the actions that will be consumed by this actionList<Integer>getAktionsIdErgebnisse()Deprecated.longgetDbConnectionId()Deprecated.List<org.json.JSONObject>getParameters()Deprecated.Map<String,String>getParamMap()Deprecated.Class<?>getPluginClass(Mandant client)Deprecated.longgetPostfachId()Deprecated.StringgetResource()Deprecated.ERessourcenTypgetResourceType()Deprecated.Gets the type of the resource that may be needed for processingStringgetResourceUri()Deprecated.Gets the resource URI that may be needed for processingStringgetResourceUuid()Deprecated.Gets the resource UUID that may be needed for processingERessourcenTypgetRessTypeEnum()Deprecated.longgetSourceAktionId()Deprecated.StringgetStateUUID()Deprecated.Gets the UUID of the state that this processing is depending onlonggetStatusId()Deprecated.StringgetTemplateUUID()Deprecated.Gets the template UUID that may be needed for processinglonggetTextbausteinId()Deprecated.List<String>getUploadElements()Deprecated.booleanisAttachToFormRecord()Deprecated.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> Tunwrap(Class<T> clazz)Deprecated.Unwraps the wrapped processing for the given class and returns itvoidwrapFor(Aktion action)Deprecated.Wraps the action and its processing-
Methods 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 Detail
-
wrapFor
void wrapFor(Aktion action)
Deprecated.Wraps the action and its processing- Parameters:
action-Aktionto wrap processing for
-
unwrap
<T> T unwrap(Class<T> clazz)
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
boolean isWrapperFor(Class<?> clazz)
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
void setTemplateUUID(String templateUUID)
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
void setResourceUuid(String uuid)
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
void setResourceUri(String uri)
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
void setStateUUID(String uuid)
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
List<String> getActionUUIDs()
Deprecated.Gets the UUIDs of the actions that will be consumed by this action- Returns:
ListofAktion.getUUID()s
-
setActionUUIDs
void setActionUUIDs(List<String> uuids)
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
void setActionUUID(String uuid)
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
List<String> getUploadElements()
Deprecated.- Returns:
Listof upload elements used by this action
-
setUploadElements
void setUploadElements(List<String> uploadElements)
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
-
getParameters
List<org.json.JSONObject> getParameters()
Deprecated.
-
setParameters
void setParameters(List<org.json.JSONObject> parameters)
Deprecated.
-
getTextbausteinId
@Deprecated long getTextbausteinId()
Deprecated.
-
getStatusId
@Deprecated long getStatusId()
Deprecated.
-
getActionIds
@Deprecated List<Long> getActionIds()
Deprecated.
-
setActionIds
@Deprecated void setActionIds(List<Long> actionIds)
Deprecated.
-
getAktionsIdErgebnisse
@Deprecated List<Integer> getAktionsIdErgebnisse()
Deprecated.
-
getSourceAktionId
@Deprecated long getSourceAktionId()
Deprecated.
-
setSourceAktionId
@Deprecated void setSourceAktionId(long sourceAktionId)
Deprecated.
-
setResource
@Deprecated void setResource(String resource)
Deprecated.
-
getResource
@Deprecated String getResource()
Deprecated.
-
getRessTypeEnum
@Deprecated ERessourcenTyp getRessTypeEnum()
Deprecated.
-
-