com.collation.platform.model.provision.runtime
Interface Deployment
- All Superinterfaces:
- ModelObject, java.io.Serializable
public interface Deployment
- extends ModelObject
- Naming Rules:
- 0="deploymentPlan"
- Persistable:
- true
- Table Name:
- DEPLMENT
- Display Name:
- deploymentPlan
Methods inherited from interface com.collation.platform.model.ModelObject |
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
ACTIVE
static final int ACTIVE
- See Also:
- Constant Field Values
CLOSED
static final int CLOSED
- See Also:
- Constant Field Values
setDeploymentPlan
void setDeploymentPlan(ApplicationDeploymentPlan s)
getDeploymentPlan
ApplicationDeploymentPlan getDeploymentPlan()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasDeploymentPlan
boolean hasDeploymentPlan()
setWorkflowRuntime
void setWorkflowRuntime(WorkflowRuntime wfr)
setStatus
void setStatus(int s)
getStatus
int getStatus()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasStatus
boolean hasStatus()
getWorkflowRuntime
WorkflowRuntime getWorkflowRuntime()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasWorkflowRuntime
boolean hasWorkflowRuntime()
setParamMap
void setParamMap(ParamMap s)
getParamMap
ParamMap getParamMap()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasParamMap
boolean hasParamMap()
setAuditLog
void setAuditLog(AuditEntry[] aes)
getAuditLog
AuditEntry[] getAuditLog()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasAuditLog
boolean hasAuditLog()