Package com.fluig.sdk.api.workflow
Class BPMProcessAttachmentSecurityVO
- java.lang.Object
-
- com.fluig.sdk.api.workflow.BPMProcessAttachmentSecurityVO
-
- All Implemented Interfaces:
Serializable
public class BPMProcessAttachmentSecurityVO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BPMProcessAttachmentSecurityVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BPMProcessAttachmentSecurityConfigurationVO>
getAttachmentSecurityConfigurations()
Boolean
getControlsSecurity()
Boolean
getUpdateVersions()
void
setAttachmentSecurityConfigurations(List<BPMProcessAttachmentSecurityConfigurationVO> attachmentSecurityConfigurations)
void
setControlsSecurity(Boolean controlsSecurity)
void
setUpdateVersions(Boolean updateVersions)
-
-
-
Method Detail
-
getUpdateVersions
public Boolean getUpdateVersions()
-
setUpdateVersions
public void setUpdateVersions(Boolean updateVersions)
-
getControlsSecurity
public Boolean getControlsSecurity()
-
setControlsSecurity
public void setControlsSecurity(Boolean controlsSecurity)
-
getAttachmentSecurityConfigurations
public List<BPMProcessAttachmentSecurityConfigurationVO> getAttachmentSecurityConfigurations()
-
setAttachmentSecurityConfigurations
public void setAttachmentSecurityConfigurations(List<BPMProcessAttachmentSecurityConfigurationVO> attachmentSecurityConfigurations)
-
-