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

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.alfresco.bpm.rest.beans.WorkflowDefinition

public class WorkflowDefinition
extends Object

WorkflowDefinition.

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
WorkflowDefinition()
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getName()
           
 String getStartTaskDefinitionType()
           
 String getTitle()
           
 String getUrl()
           
 String getVersion()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkflowDefinition

public WorkflowDefinition()
Method Detail

getDescription

public String getDescription()
Returns:
the description

getTitle

public String getTitle()
Returns:
the title

getId

public String getId()
Returns:
the id

toString

public String toString()
Overrides:
toString in class Object

getName

public String getName()
Returns:
the name

getUrl

public String getUrl()
Returns:
the url

getVersion

public String getVersion()
Returns:
the version

getStartTaskDefinitionType

public String getStartTaskDefinitionType()
Returns:
the startTaskDefinitionType


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.