public class TypeProperties
extends java.lang.Object
Constructor and Description |
---|
TypeProperties() |
TypeProperties(java.lang.String data,
java.lang.String config,
LastModify lastModify) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActualScriptName() |
java.util.Set<ProcessGroup> |
getAllowedGroups() |
java.util.Set<java.lang.Integer> |
getAllowedGroupsSet() |
java.util.Set<java.lang.Integer> |
getAllowedRoleSet() |
java.util.Set<java.lang.Integer> |
getAllowedStatusSet(int fromStatus) |
java.util.Set<java.lang.Integer> |
getCloseStatusIds() |
java.lang.String |
getConfig() |
ParameterMap |
getConfigMap() |
int |
getCreateStatus() |
Wizard |
getCreateWizard() |
java.lang.String |
getExecutor() |
java.util.Set<ProcessGroup> |
getGroups() |
LastModify |
getLastModify() |
java.util.List<java.lang.Integer> |
getParameterIds() |
java.lang.String |
getScriptName() |
java.util.TreeSet<ProcessGroup> |
getSortedAllowedGroups() |
java.util.TreeSet<ProcessGroup> |
getSortedGroups() |
java.util.List<java.lang.Integer> |
getStatusIds() |
TransactionProperties |
getTransactionProperties(int fromStatus,
int toStatus) |
java.lang.String |
serializeToData() |
void |
setAllowedGroups(java.util.Set<ProcessGroup> allowedGroups) |
void |
setCloseStatusIds(java.util.Set<java.lang.Integer> closeStatusIds) |
void |
setConfig(java.lang.String config) |
void |
setCreateStatus(int createStatus) |
void |
setGroups(java.util.Set<ProcessGroup> groups) |
void |
setLastModify(LastModify lastModify) |
void |
setParameterIds(java.util.List<java.lang.Integer> parameterIds) |
void |
setScriptName(java.lang.String scriptName) |
void |
setStatusIds(java.util.List<java.lang.Integer> statusIds) |
public TypeProperties()
public TypeProperties(java.lang.String data, java.lang.String config, LastModify lastModify)
public java.util.Set<ProcessGroup> getGroups()
public void setGroups(java.util.Set<ProcessGroup> groups)
public java.util.Set<java.lang.Integer> getAllowedGroupsSet()
public java.lang.String serializeToData()
public TransactionProperties getTransactionProperties(int fromStatus, int toStatus)
public java.lang.String getExecutor()
public java.util.Set<java.lang.Integer> getAllowedStatusSet(int fromStatus)
public java.util.List<java.lang.Integer> getStatusIds()
public void setStatusIds(java.util.List<java.lang.Integer> statusIds)
public java.util.List<java.lang.Integer> getParameterIds()
public void setParameterIds(java.util.List<java.lang.Integer> parameterIds)
public int getCreateStatus()
public void setCreateStatus(int createStatus)
public java.util.Set<java.lang.Integer> getCloseStatusIds()
public void setCloseStatusIds(java.util.Set<java.lang.Integer> closeStatusIds)
public java.lang.String getScriptName()
public java.lang.String getActualScriptName()
public void setScriptName(java.lang.String scriptName)
public java.util.Set<ProcessGroup> getAllowedGroups()
public void setAllowedGroups(java.util.Set<ProcessGroup> allowedGroups)
public java.lang.String getConfig()
public void setConfig(java.lang.String config)
public ParameterMap getConfigMap()
public LastModify getLastModify()
public void setLastModify(LastModify lastModify)
public Wizard getCreateWizard()
public java.util.TreeSet<ProcessGroup> getSortedGroups()
public java.util.TreeSet<ProcessGroup> getSortedAllowedGroups()
public java.util.Set<java.lang.Integer> getAllowedRoleSet()