Class Task
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.Task
- All Implemented Interfaces:
Serializable
Class representing a task (for workflows) in Planner REST Service.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTask()Task(String id, String workitemId, String todoId, String actionId, String personId, Date startdate, Date enddate, String objectid, String objecttype, String description, boolean active, Date finisheddate, String setId, String emailText, Integer sort, String createdby, Date createdon, String updatedby, Date updatedon, String datasetname) -
Method Summary
Modifier and TypeMethodDescriptionactionId of the Taskperson who created the Taskdate of creation of the Taskdatasetname of the Taskdescription of the TaskemailText of the Taskenddate of the Taskfinisheddate of the TaskgetId()id of the TaskgetLinks()links of the Taskobjectid of the Taskobjecttype of the TaskpersonId of the TaskgetSetId()setId of the TaskgetSort()sort order of the Taskstartdate of the TasktodoId of the Tasklast person who updated the Taskdate of last update of the TaskworkitemId of the TaskbooleanisActive()active flag of the TaskvoidsetActionId(String actionId) voidsetActive(boolean active) voidsetCreatedby(String createdby) voidsetCreatedon(Date createdon) voidsetDatasetname(String datasetname) voidsetDescription(String description) voidsetEmailText(String emailText) voidsetEnddate(Date enddate) voidsetFinisheddate(Date finisheddate) voidvoidsetObjectid(String objectid) voidsetObjecttype(String objecttype) voidsetPersonId(String personId) voidvoidvoidsetStartdate(Date startdate) voidvoidsetUpdatedby(String updatedby) voidsetUpdatedon(Date updatedon) voidsetWorkitemId(String workitemId) Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Constructor Details
-
Task
public Task() -
Task
public Task(String id, String workitemId, String todoId, String actionId, String personId, Date startdate, Date enddate, String objectid, String objecttype, String description, boolean active, Date finisheddate, String setId, String emailText, Integer sort, String createdby, Date createdon, String updatedby, Date updatedon, String datasetname)
-
-
Method Details
-
getId
id of the Task -
setId
-
getWorkitemId
workitemId of the Task -
setWorkitemId
-
getTodoId
todoId of the Task -
setTodoId
-
getActionId
actionId of the Task -
setActionId
-
getPersonId
personId of the Task -
setPersonId
-
getStartdate
startdate of the Task -
setStartdate
-
getEnddate
enddate of the Task -
setEnddate
-
getObjectid
objectid of the Task -
setObjectid
-
getObjecttype
objecttype of the Task -
setObjecttype
-
getDescription
description of the Task -
setDescription
-
isActive
public boolean isActive()active flag of the Task -
setActive
public void setActive(boolean active) -
getFinisheddate
finisheddate of the Task -
setFinisheddate
-
getSetId
setId of the Task -
setSetId
-
getEmailText
emailText of the Task -
setEmailText
-
getSort
sort order of the Task -
setSort
-
getCreatedby
person who created the Task -
setCreatedby
-
getCreatedon
date of creation of the Task -
setCreatedon
-
getUpdatedby
last person who updated the Task -
setUpdatedby
-
getUpdatedon
date of last update of the Task -
setUpdatedon
-
getDatasetname
datasetname of the Task -
setDatasetname
-
getLinks
links of the Task
-