com.wewebu.ow.server.ecmimpl.alfresco.bpm.rest.beans
Class TaskInstance
java.lang.Object
com.wewebu.ow.server.ecmimpl.alfresco.bpm.rest.beans.TaskInstance
- All Implemented Interfaces:
- OwAlfrescoBPMNativeObject
public class TaskInstance
- extends Object
- implements OwAlfrescoBPMNativeObject
TaskInstance.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
- Since:
- 4.0.0.0
TaskInstance
public TaskInstance()
getTitle
public String getTitle()
- Returns:
- the title
getState
public String getState()
- Returns:
- the state
getDescription
public String getDescription()
- Returns:
- the description
getId
public String getId()
- Returns:
- the id
getName
public String getName()
- The name also denotes the name of the associated ECM class definition for this task.
- Returns:
- the name of this task instance.
toString
public String toString()
- Overrides:
toString
in class Object
getProperties
public Map<String,Object> getProperties()
- Returns:
- the properties
setProperties
public void setProperties(Map<String,Object> properties)
- Parameters:
properties
- the properties to set
setProperty
public void setProperty(String key,
Object value)
setName
public void setName(String name)
- Parameters:
name
- the name to set
getDefinition
public TaskInstanceDefinition getDefinition()
- Returns:
- the definition
isReassignable
public boolean isReassignable()
- Returns:
- the isReassignable
isClaimable
public boolean isClaimable()
- Returns:
- the isClaimable
getWorkflowInstance
public WorkflowInstance getWorkflowInstance()
- Returns:
- the workflowInstance
setWorkflowInstance
public void setWorkflowInstance(WorkflowInstance workflowInstance)
- Parameters:
workflowInstance
- the workflowInstance to set
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.