public interface PortalDeploymentEntity extends DeploymentEntity
PortalDeploymentEntity
that needs to be persisted.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeployType() |
SharedAssetsDeploymentEntity |
getSharedAssetsDeployment() |
SharedLibDeploymentEntity |
getSharedLibDeployment() |
void |
setDeployType(java.lang.String deploymentType) |
void |
setSharedAssetsDeployment(SharedAssetsDeploymentEntity sharedAssetEntity) |
void |
setSharedLibDeployment(SharedLibDeploymentEntity sharedLibEntity) |
getDeploymentArtifactMap, getPortalServerConnectionName, getStatus, getStatusMessage, setDeploymentArtifactMap, setPortalServerConnectionName, setStatus, setStatusMessagegetAuthorizedActions, getCreated, getCreator, getDescription, getDocumentRef, getId, getIsInitialized, getIsSecured, getIsSeeded, getModified, getModifier, getName, getNamespace, getPortal, getRootSecurityEntity, getSecurityEntity, getSecurityId, getShortId, getType, getVersionId, inheritsSecurity, lock, setCreated, setCreator, setDescription, setDocumentRef, setIsInitialized, setIsSeeded, setName, setNamespace, setPortal, setSecurityEntity, setSecurityId, setVersionId@PersistProperty(type=STRING, offset=3) java.lang.String getDeployType()
void setDeployType(java.lang.String deploymentType)
@PersistReference(eager=false, strong=true, export=false) SharedAssetsDeploymentEntity getSharedAssetsDeployment()
void setSharedAssetsDeployment(SharedAssetsDeploymentEntity sharedAssetEntity)
@PersistReference(eager=false, strong=true, export=false) SharedLibDeploymentEntity getSharedLibDeployment()
void setSharedLibDeployment(SharedLibDeploymentEntity sharedLibEntity)