Package com.comalatech.workflow.model
Interface AttachmentVersion
-
public interface AttachmentVersion
The AttachmentVersion is used to record the current version of attachments when a state is changed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAttachmentId()
Provides the attachment idint
getVersion()
Provides the attachment version
-