public class ProcedureModel extends Object
| Constructor and Description |
|---|
ProcedureModel() |
ProcedureModel(org.nuxeo.ecm.automation.client.model.Document document,
fr.toutatice.portail.cms.nuxeo.api.NuxeoController nuxeoController) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentWebId()
Getter for currentWebId.
|
String |
getDescription()
Getter for description.
|
String |
getName()
Getter for name.
|
String |
getNewWebId()
Getter for newWebId.
|
org.nuxeo.ecm.automation.client.model.Document |
getOriginalDocument()
Getter for originalDocument.
|
String |
getPath()
Getter for path.
|
ProcedureObject |
getProcedureObject(String objectName) |
List<ProcedureObject> |
getProcedureObjects()
Getter for procedureObjects.
|
String |
getProcedureType()
Getter for procedureType.
|
String |
getStartingStep()
Getter for startingStep.
|
List<Step> |
getSteps()
Getter for steps.
|
String |
getUrl()
Getter for url.
|
Map<String,Variable> |
getVariables()
Getter for variables.
|
void |
setCurrentWebId(String currentWebId)
Setter for currentWebId.
|
void |
setDescription(String description)
Setter for description.
|
void |
setName(String name)
Setter for name.
|
void |
setNewWebId(String newWebId)
Setter for newWebId.
|
void |
setOriginalDocument(org.nuxeo.ecm.automation.client.model.Document originalDocument)
Setter for originalDocument.
|
void |
setPath(String path)
Setter for path.
|
void |
setProcedureObjects(List<ProcedureObject> procedureObjects)
Setter for procedureObjects.
|
void |
setProcedureType(String procedureType)
Setter for procedureType.
|
void |
setStartingStep(String startingStep)
Setter for startingStep.
|
void |
setSteps(List<Step> steps)
Setter for steps.
|
void |
setUrl(String url)
Setter for url.
|
void |
setVariables(Map<String,Variable> variables)
Setter for variables.
|
void |
updateStepsIndexes() |
public ProcedureModel()
public ProcedureModel(org.nuxeo.ecm.automation.client.model.Document document,
fr.toutatice.portail.cms.nuxeo.api.NuxeoController nuxeoController)
public void updateStepsIndexes()
public void setVariables(Map<String,Variable> variables)
variables - the variables to setpublic void setSteps(List<Step> steps)
steps - the steps to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getPath()
public void setPath(String path)
path - the path to setpublic String getStartingStep()
public void setStartingStep(String startingStep)
startingStep - the startingStep to setpublic List<ProcedureObject> getProcedureObjects()
public ProcedureObject getProcedureObject(String objectName)
public void setProcedureObjects(List<ProcedureObject> procedureObjects)
procedureObjects - the procedureObjects to setpublic String getUrl()
public void setUrl(String url)
url - the url to setpublic org.nuxeo.ecm.automation.client.model.Document getOriginalDocument()
public void setOriginalDocument(org.nuxeo.ecm.automation.client.model.Document originalDocument)
originalDocument - the originalDocument to setpublic String getCurrentWebId()
public void setCurrentWebId(String currentWebId)
currentWebId - the currentWebId to setpublic String getNewWebId()
public void setNewWebId(String newWebId)
newWebId - the newWebId to setpublic String getProcedureType()
public void setProcedureType(String procedureType)
procedureType - the procedureType to setCopyright © 2016. All rights reserved.