com.wewebu.ow.server.ecmimpl.alfresco.bpm.rest.beans
Class TaskInstance

java.lang.Object
  extended by 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

Constructor Summary
TaskInstance()
           
 
Method Summary
 TaskInstanceDefinition getDefinition()
           
 String getDescription()
           
 String getId()
           
 String getName()
          The name also denotes the name of the associated ECM class definition for this task.
 Map<String,Object> getProperties()
           
 String getState()
           
 String getTitle()
           
 WorkflowInstance getWorkflowInstance()
           
 boolean isClaimable()
           
 boolean isReassignable()
           
 void setName(String name)
           
 void setProperties(Map<String,Object> properties)
           
 void setProperty(String key, Object value)
           
 void setWorkflowInstance(WorkflowInstance workflowInstance)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskInstance

public TaskInstance()
Method Detail

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.