Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.service.cmr.workflow
Class WorkflowDeployment
java.lang.Object
  org.alfresco.service.cmr.workflow.WorkflowDeployment

public class WorkflowDeployment
extends Object
Workflow Definition Deployment
Author:
davidc

Field Summary
definition
          Deprecated.
problems
          Deprecated.
Constructor Summary
WorkflowDeployment()
WorkflowDeployment(WorkflowDefinition definition, String... problems)
Method Summary
getDefinition()
getProblems()
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Field Detail
definition
@Deprecated
public WorkflowDefinition definition
Deprecated.
Workflow Definition

problems
@Deprecated
public String[] problems
Deprecated.
Workflow Status
Constructor Detail
WorkflowDeployment
public WorkflowDeployment()

WorkflowDeployment
public WorkflowDeployment(WorkflowDefinition definition,
                          String... problems)
Method Detail
getDefinition
public WorkflowDefinition getDefinition()
Returns:
the definition

getProblems
public String[] getProblems()
Returns:
the problems

toString
public String toString()
Overrides:
toString in class Object

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2016 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.