Class ModelImpl
java.lang.Object
org.activiti.cloud.services.auditable.AbstractAuditable<String>
org.activiti.cloud.modeling.api.impl.ModelImpl
- All Implemented Interfaces:
Model<ProjectImpl,,String> Auditable<String>
Implementation for
Model-
Field Summary
Fields inherited from class org.activiti.cloud.services.auditable.AbstractAuditable
createdBy, creationDate, lastModifiedBy, lastModifiedDate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProject(ProjectImpl project) voidbyte[]getId()getName()getScope()getType()booleanbooleanvoidremoveProject(ProjectImpl project) voidsetCategory(String category) voidsetContent(byte[] content) voidsetContentType(String contentType) voidsetExtensions(Map<String, Object> extensions) voidvoidvoidsetScope(ModelScope scope) voidsetTemplate(String template) voidvoidsetVersion(String version) toString()Methods inherited from class org.activiti.cloud.services.auditable.AbstractAuditable
getCreatedBy, getCreationDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreationDate, setLastModifiedBy, setLastModifiedDateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.activiti.cloud.services.auditable.Auditable
copyAuditInfo, getCreatedBy, getCreationDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreationDate, setLastModifiedBy, setLastModifiedDate
-
Constructor Details
-
ModelImpl
public ModelImpl() -
ModelImpl
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceModel<ProjectImpl,String>
-
setId
- Specified by:
setIdin interfaceModel<ProjectImpl,String>
-
getName
- Specified by:
getNamein interfaceModel<ProjectImpl,String>
-
setName
- Specified by:
setNamein interfaceModel<ProjectImpl,String>
-
getType
- Specified by:
getTypein interfaceModel<ProjectImpl,String>
-
setType
- Specified by:
setTypein interfaceModel<ProjectImpl,String>
-
getProjects
- Specified by:
getProjectsin interfaceModel<ProjectImpl,String>
-
addProject
- Specified by:
addProjectin interfaceModel<ProjectImpl,String>
-
removeProject
- Specified by:
removeProjectin interfaceModel<ProjectImpl,String>
-
clearProjects
public void clearProjects()- Specified by:
clearProjectsin interfaceModel<ProjectImpl,String>
-
getVersion
- Specified by:
getVersionin interfaceModel<ProjectImpl,String>
-
setVersion
-
getContentType
- Specified by:
getContentTypein interfaceModel<ProjectImpl,String>
-
setContentType
- Specified by:
setContentTypein interfaceModel<ProjectImpl,String>
-
getContent
public byte[] getContent()- Specified by:
getContentin interfaceModel<ProjectImpl,String>
-
setContent
public void setContent(byte[] content) - Specified by:
setContentin interfaceModel<ProjectImpl,String>
-
getExtensions
- Specified by:
getExtensionsin interfaceModel<ProjectImpl,String>
-
setExtensions
- Specified by:
setExtensionsin interfaceModel<ProjectImpl,String>
-
getTemplate
- Specified by:
getTemplatein interfaceModel<ProjectImpl,String>
-
setTemplate
- Specified by:
setTemplatein interfaceModel<ProjectImpl,String>
-
getScope
- Specified by:
getScopein interfaceModel<ProjectImpl,String>
-
setScope
- Specified by:
setScopein interfaceModel<ProjectImpl,String>
-
getCategory
- Specified by:
getCategoryin interfaceModel<ProjectImpl,String>
-
setCategory
- Specified by:
setCategoryin interfaceModel<ProjectImpl,String>
-
hasProjects
public boolean hasProjects()- Specified by:
hasProjectsin interfaceModel<ProjectImpl,String>
-
hasMultipleProjects
public boolean hasMultipleProjects()- Specified by:
hasMultipleProjectsin interfaceModel<ProjectImpl,String>
-
toString
-