@Deprecated @Name(value="routingWebActions") @Scope(value=CONVERSATION) @Install(precedence=10) public class DocumentRoutingWebActionsBean extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected ActionContextProvider |
actionContextProvider
Deprecated.
|
protected List<Action> |
addStepActions
Deprecated.
|
protected List<Action> |
addStepInForkActions
Deprecated.
|
protected List<Action> |
editStepActions
Deprecated.
|
protected List<Action> |
removeStepActions
Deprecated.
|
protected WebActions |
webActions
Deprecated.
|
Constructor and Description |
---|
DocumentRoutingWebActionsBean()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
getAddStepActions(DocumentModel step)
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
List<Action> |
getAddStepInActions(DocumentModel step)
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
List<Action> |
getEditStepActions(DocumentModel step)
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
List<Action> |
getRemoveStepActions(DocumentModel step)
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
void |
resetTabList()
Deprecated.
|
@In(create=true, required=false) protected transient WebActions webActions
@In(create=true, required=false) protected transient ActionContextProvider actionContextProvider
protected List<Action> addStepActions
protected List<Action> addStepInForkActions
protected List<Action> removeStepActions
protected List<Action> editStepActions
public DocumentRoutingWebActionsBean()
@Deprecated public List<Action> getAddStepActions(DocumentModel step)
@Deprecated public List<Action> getAddStepInActions(DocumentModel step)
@Deprecated public List<Action> getRemoveStepActions(DocumentModel step)
@Deprecated public List<Action> getEditStepActions(DocumentModel step)
@Observer(value={"userAllDocumentTypesSelectionChanged","locationSelectionChanged"}, create=false) @BypassInterceptors public void resetTabList()
Copyright © 2016 Nuxeo SA. All rights reserved.