public class Activiti5DeploymentWrapper extends Object implements Deployment
Modifier and Type | Field and Description |
---|---|
protected Deployment |
activiti5Deployment |
Constructor and Description |
---|
Activiti5DeploymentWrapper(Deployment activiti5Deployment) |
Modifier and Type | Method and Description |
---|---|
String |
getCategory() |
Date |
getDeploymentTime() |
String |
getId() |
String |
getName() |
Deployment |
getRawObject() |
String |
getTenantId() |
protected Deployment activiti5Deployment
public Activiti5DeploymentWrapper(Deployment activiti5Deployment)
public String getId()
getId
in interface Deployment
public String getName()
getName
in interface Deployment
public Date getDeploymentTime()
getDeploymentTime
in interface Deployment
public String getCategory()
getCategory
in interface Deployment
public String getTenantId()
getTenantId
in interface Deployment
public Deployment getRawObject()
Copyright © 2015 Alfresco. All rights reserved.