Package com.soffid.iam.bpm.attachment
Class AttachmentManager
- java.lang.Object
-
- com.soffid.iam.bpm.attachment.AbstractAttachmentManager
-
- com.soffid.iam.bpm.attachment.AttachmentManager
-
- Direct Known Subclasses:
AttachmentManager
public class AttachmentManager extends AbstractAttachmentManager
-
-
Field Summary
-
Fields inherited from class com.soffid.iam.bpm.attachment.AbstractAttachmentManager
PREFIX
-
-
Constructor Summary
Constructors Constructor Description AttachmentManager(org.jbpm.context.exe.ContextInstance ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
getVariable(String key)
protected Set
getVariables()
protected void
putVariable(String key, Object value)
protected void
removeVariable(String key)
-
Methods inherited from class com.soffid.iam.bpm.attachment.AbstractAttachmentManager
attach, attach, createDocument, eliminarArchivo, getDocument, getReference, getTags, uploadFile
-
-
-
-
Method Detail
-
getVariables
protected Set getVariables()
- Specified by:
getVariables
in classAbstractAttachmentManager
-
putVariable
protected void putVariable(String key, Object value)
- Specified by:
putVariable
in classAbstractAttachmentManager
-
removeVariable
protected void removeVariable(String key)
- Specified by:
removeVariable
in classAbstractAttachmentManager
-
getVariable
protected Object getVariable(String key)
- Specified by:
getVariable
in classAbstractAttachmentManager
-
-