Class ProjectDescriptor
- java.lang.Object
-
- org.activiti.cloud.services.modeling.service.ProjectDescriptor
-
public class ProjectDescriptor extends Object
-
-
Constructor Summary
Constructors Constructor Description ProjectDescriptor(Project project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetCreatedBy()DategetCreationDate()StringgetDescription()Set<String>getGroups()StringgetId()ObjectgetLastModifiedBy()DategetLastModifiedDate()StringgetName()Set<String>getUsers()StringgetVersion()voidsetGroups(Set<String> groups)voidsetUsers(Set<String> users)ProjecttoProject()
-
-
-
Constructor Detail
-
ProjectDescriptor
public ProjectDescriptor(Project project)
-
-
Method Detail
-
getId
public String getId()
-
getName
public String getName()
-
getVersion
public String getVersion()
-
getDescription
public String getDescription()
-
getCreatedBy
public Object getCreatedBy()
-
getCreationDate
public Date getCreationDate()
-
getLastModifiedBy
public Object getLastModifiedBy()
-
getLastModifiedDate
public Date getLastModifiedDate()
-
toProject
public Project toProject()
-
-