public class Step extends Object implements Comparable<Step>
| Constructor and Description |
|---|
Step() |
Step(Integer index) |
Step(Integer index,
Step copiedStep) |
Step(org.nuxeo.ecm.automation.client.model.PropertyMap stepM,
Map<String,Variable> variables,
fr.toutatice.portail.cms.nuxeo.api.NuxeoController nuxeoController) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Step step) |
Boolean |
getAcquitable()
Getter for acquitable.
|
String |
getActionIdClosable()
Getter for actionIdClosable.
|
String |
getActionIdDefault()
Getter for actionIdDefault.
|
String |
getActionIdNo()
Getter for actionIdNo.
|
String |
getActionIdYes()
Getter for actionIdYes.
|
List<Action> |
getActions()
Getter for actions.
|
Boolean |
getClosable()
Getter for closable.
|
String |
getEndStepMsg()
Getter for endStepMsg.
|
List<Field> |
getFields()
Getter for fields.
|
Set<Field> |
getFieldsSet() |
List<String> |
getGroups()
Getter for groups.
|
Integer |
getIndex()
Getter for index.
|
String |
getNextPath() |
Boolean |
getNotifEmail()
Getter for notifEmail.
|
Boolean |
getNotifiable()
Getter for notifiable.
|
String |
getOldReference()
Getter for oldReference.
|
String |
getReference()
Getter for reference.
|
String |
getStepName()
Getter for stepName.
|
String |
getStringMsg()
Getter for stringMsg.
|
void |
setAcquitable(Boolean acquitable)
Setter for acquitable.
|
void |
setActionIdClosable(String actionIdClosable)
Setter for actionIdClosable.
|
void |
setActionIdDefault(String actionIdDefault)
Setter for actionIdDefault.
|
void |
setActionIdNo(String actionIdNo)
Setter for actionIdNo.
|
void |
setActionIdYes(String actionIdYes)
Setter for actionIdYes.
|
void |
setActions(List<Action> actions)
Setter for actions.
|
void |
setClosable(Boolean closable)
Setter for closable.
|
void |
setEndStepMsg(String endStepMsg)
Setter for endStepMsg.
|
void |
setFields(List<Field> fields)
Setter for fields.
|
void |
setFieldsSet(Set<Field> fieldsSet)
Setter for fieldsSet.
|
void |
setGroups(List<String> groups)
Setter for groups.
|
void |
setIndex(Integer index)
Setter for index.
|
void |
setNotifEmail(Boolean notifEmail)
Setter for notifEmail.
|
void |
setNotifiable(Boolean notifiable)
Setter for notifiable.
|
void |
setOldReference(String oldReference)
Setter for oldReference.
|
void |
setReference(String reference)
Setter for reference.
|
void |
setStepName(String stepName)
Setter for stepName.
|
void |
setStringMsg(String stringMsg)
Setter for stringMsg.
|
public Step()
public Step(org.nuxeo.ecm.automation.client.model.PropertyMap stepM,
Map<String,Variable> variables,
fr.toutatice.portail.cms.nuxeo.api.NuxeoController nuxeoController)
public Step(Integer index)
public String getNextPath()
public void setFields(List<Field> fields)
fields - the fields to setpublic void setActions(List<Action> actions)
actions - the actions to setpublic Integer getIndex()
public void setIndex(Integer index)
index - the index to setpublic String getStepName()
public void setStepName(String stepName)
stepName - the stepName to setpublic int compareTo(Step step)
compareTo in interface Comparable<Step>public String getReference()
public void setReference(String reference)
reference - the reference to setpublic String getOldReference()
public void setOldReference(String oldReference)
oldReference - the oldReference to setpublic void setGroups(List<String> groups)
groups - the groups to setpublic void setFieldsSet(Set<Field> fieldsSet)
fieldsSet - the fieldsSet to setpublic Boolean getNotifiable()
public void setNotifiable(Boolean notifiable)
notifiable - the notifiable to setpublic Boolean getAcquitable()
public void setAcquitable(Boolean acquitable)
acquitable - the acquitable to setpublic String getStringMsg()
public void setStringMsg(String stringMsg)
stringMsg - the stringMsg to setpublic String getActionIdYes()
public void setActionIdYes(String actionIdYes)
actionIdYes - the actionIdYes to setpublic String getActionIdNo()
public void setActionIdNo(String actionIdNo)
actionIdNo - the actionIdNo to setpublic String getActionIdDefault()
public void setActionIdDefault(String actionIdDefault)
actionIdDefault - the actionIdDefault to setpublic Boolean getClosable()
public void setClosable(Boolean closable)
closable - the closable to setpublic String getActionIdClosable()
public void setActionIdClosable(String actionIdClosable)
actionIdClosable - the actionIdClosable to setpublic String getEndStepMsg()
public void setEndStepMsg(String endStepMsg)
endStepMsg - the endStepMsg to setpublic Boolean getNotifEmail()
public void setNotifEmail(Boolean notifEmail)
notifEmail - the notifEmail to setCopyright © 2017. All rights reserved.