@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<org.nuxeo.ecm.platform.actions.Action> |
addStepActions
Deprecated.
|
protected List<org.nuxeo.ecm.platform.actions.Action> |
addStepInForkActions
Deprecated.
|
protected List<org.nuxeo.ecm.platform.actions.Action> |
editStepActions
Deprecated.
|
protected List<org.nuxeo.ecm.platform.actions.Action> |
removeStepActions
Deprecated.
|
protected WebActions |
webActions
Deprecated.
|
| Constructor and Description |
|---|
DocumentRoutingWebActionsBean()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.nuxeo.ecm.platform.actions.Action> |
getAddStepActions(org.nuxeo.ecm.core.api.DocumentModel step)
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
List<org.nuxeo.ecm.platform.actions.Action> |
getAddStepInActions(org.nuxeo.ecm.core.api.DocumentModel step)
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
List<org.nuxeo.ecm.platform.actions.Action> |
getEditStepActions(org.nuxeo.ecm.core.api.DocumentModel step)
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
List<org.nuxeo.ecm.platform.actions.Action> |
getRemoveStepActions(org.nuxeo.ecm.core.api.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<org.nuxeo.ecm.platform.actions.Action> addStepActions
protected List<org.nuxeo.ecm.platform.actions.Action> addStepInForkActions
protected List<org.nuxeo.ecm.platform.actions.Action> removeStepActions
protected List<org.nuxeo.ecm.platform.actions.Action> editStepActions
@Deprecated public List<org.nuxeo.ecm.platform.actions.Action> getAddStepActions(org.nuxeo.ecm.core.api.DocumentModel step)
@Deprecated public List<org.nuxeo.ecm.platform.actions.Action> getAddStepInActions(org.nuxeo.ecm.core.api.DocumentModel step)
@Deprecated public List<org.nuxeo.ecm.platform.actions.Action> getRemoveStepActions(org.nuxeo.ecm.core.api.DocumentModel step)
@Deprecated public List<org.nuxeo.ecm.platform.actions.Action> getEditStepActions(org.nuxeo.ecm.core.api.DocumentModel step)
@Observer(value={"userAllDocumentTypesSelectionChanged","locationSelectionChanged"},
create=false)
@BypassInterceptors
public void resetTabList()
Copyright © 2019 Nuxeo SA. All rights reserved.