public interface IProcessingWrapper extends IProcessing
IProcessingATTR_VERARBEITUNGSNAMEATTR_DISPLAY_NAME| Modifier and Type | Method and Description | 
|---|---|
List<Long> | 
getActionIds()
Deprecated.  
 | 
String | 
getActionUUID()
Gets the UUID of the action that will be consumed by this action 
 | 
List<String> | 
getActionUUIDs()
Gets the UUIDs of the actions that will be consumed by this action 
 | 
List<Integer> | 
getAktionsIdErgebnisse()
Deprecated.  
 | 
long | 
getDbConnectionId()  | 
List<org.json.JSONObject> | 
getParameters()  | 
Map<String,String> | 
getParamMap()  | 
Class<?> | 
getPluginClass(Mandant client)  | 
long | 
getPostfachId()  | 
String | 
getResource()
Deprecated.  
 | 
ERessourcenTyp | 
getResourceType()
Gets the type of the resource that may be needed for processing 
 | 
String | 
getResourceUri()
Gets the resource URI that may be needed for processing 
 | 
String | 
getResourceUuid()
Gets the resource UUID that may be needed for processing 
 | 
ERessourcenTyp | 
getRessTypeEnum()
Deprecated.  
 | 
long | 
getSourceAktionId()
Deprecated.  
 | 
String | 
getStateUUID()
Gets the UUID of the state that this processing is depending on 
 | 
long | 
getStatusId()
Deprecated.  
 | 
String | 
getTemplateUUID()
Gets the template UUID that may be needed for processing 
 | 
long | 
getTextbausteinId()
Deprecated.  
 | 
List<String> | 
getUploadElements()  | 
boolean | 
isAttachToFormRecord()  | 
boolean | 
isWrapperFor(Class<?> clazz)
Determines whether or not this instance is a wrapper for the given class 
 | 
void | 
setActionIds(List<Long> actionIds)
Deprecated.  
 | 
void | 
setActionUUID(String uuid)
Sets the UUID of the action that will be consumed by this action 
 | 
void | 
setActionUUIDs(List<String> uuids)
Sets the UUIDs of the actions that will be consumed by this action 
 | 
void | 
setAttachToFormRecord(boolean attachToFormRecord)
Sets whether or not files should be attached to the form record 
 | 
void | 
setParameters(List<org.json.JSONObject> parameters)  | 
void | 
setParamMap(Map<String,String> parameters)  | 
void | 
setResource(String resource)
Deprecated.  
 | 
void | 
setResourceUri(String uri)
Sets the resource URI that may be needed for processing 
 | 
void | 
setResourceUuid(String uuid)
Sets the resource UUID that may be needed for processing 
 | 
void | 
setSourceAktionId(long sourceAktionId)
Deprecated.  
 | 
void | 
setStateUUID(String uuid)
Sets the UUID of the state that this processing is depending on 
 | 
void | 
setTemplateUUID(String templateUUID)
Sets the template UUID that may be needed for processing 
 | 
void | 
setUploadElements(List<String> uploadElements)
Sets the list of upload elements that should be used by this action 
 | 
<T> T | 
unwrap(Class<T> clazz)
Unwraps the wrapped processing for the given class and returns it 
 | 
void | 
wrapFor(Aktion action)
Wraps the action and its processing 
 | 
execute, getAvailableOverrideValue, getGuiIcon, getIcon, getProcessingKey, getProcessingName, getProcessingPage, isAvailable, isFileProviding, prefillProcessinggetDisplayNamevoid wrapFor(Aktion action)
action - Aktion to wrap processing for<T> T unwrap(Class<T> clazz)
T - Type to unrwap toclazz - Class to unwrap forboolean isWrapperFor(Class<?> clazz)
clazz - Class to checktrue if the wrapped processing is assignable from the given classString getTemplateUUID()
String UUID of Textbausteinvoid setTemplateUUID(String templateUUID)
templateUUID - String UUID of TextbausteinString getResourceUuid()
String UUID of the resourcevoid setResourceUuid(String uuid)
uuid - String UUID of the resourceString getResourceUri()
String URI of the resourcevoid setResourceUri(String uri)
uri - String URI of the resourceERessourcenTyp getResourceType()
ERessourcenTyp resource typeString getStateUUID()
String UUID of the state that this processing is depending onvoid setStateUUID(String uuid)
uuid - String UUID of the state that this processing is depending onList<String> getActionUUIDs()
List of Aktion.getUUID()svoid setActionUUIDs(List<String> uuids)
uuids - List of Aktion.getUUID()sString getActionUUID()
Aktion.getUUID()void setActionUUID(String uuid)
uuid - Aktion.getUUID()long getDbConnectionId()
Long ID of the DB connection used by this actionList<String> getUploadElements()
List of upload elements used by this actionvoid setUploadElements(List<String> uploadElements)
uploadElements - List of upload elementsboolean isAttachToFormRecord()
Boolean whether or not files should be attached to the form recordvoid setAttachToFormRecord(boolean attachToFormRecord)
attachToFormRecord - Booleanlong getPostfachId()
Long the inbox id being used by this actionList<org.json.JSONObject> getParameters()
void setParameters(List<org.json.JSONObject> parameters)
@Deprecated long getTextbausteinId()
@Deprecated long getStatusId()
@Deprecated List<Long> getActionIds()
@Deprecated void setActionIds(List<Long> actionIds)
@Deprecated List<Integer> getAktionsIdErgebnisse()
@Deprecated long getSourceAktionId()
@Deprecated void setSourceAktionId(long sourceAktionId)
@Deprecated void setResource(String resource)
@Deprecated String getResource()
@Deprecated ERessourcenTyp getRessTypeEnum()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.