|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.doui.processaction.ProcessActionHandler lumis.content.table.CommitAndPreviewProcessActionHandler
public class CommitAndPreviewProcessActionHandler
Executes the 'commit' process actions and opens the preview window. The default responses of the 'commit' process actions are ignored.
The element 'commitProcessActionId', inside this process action's definition, may be used to specify the identifier of the process actions that are executed by this process action. The default value is 'commit'.
This process action expects that the ContentMetaDataController.CONTENT_VERSION_ID_ATTRIBUTE
attribute is set in the request with the updated content version identifier.
Field Summary |
---|
Constructor Summary | |
---|---|
CommitAndPreviewProcessActionHandler()
|
Method Summary | |
---|---|
void |
init(Node processActionNode,
ProcessActionContainer processActionContainer)
Called by the process action container to initialize the process action. |
void |
processAction()
Executes the process action. |
Methods inherited from class lumis.doui.processaction.ProcessActionHandler |
---|
addDefaultResponse, addResponseParameter, checkServiceInstancePermission, checkServiceInstancePermission, getId, getParameter, getParameter, getResource, getServiceInterfaceHyperLink, getUrl, localize, processHyperLinkResponse, processPopupInterfaceResponse, resolveFieldValueNode, setParameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommitAndPreviewProcessActionHandler()
Method Detail |
---|
public void init(Node processActionNode, ProcessActionContainer processActionContainer) throws PortalException
IProcessActionHandler
The process action node is a copy of the node specified in the doui definition.
init
in interface IProcessActionHandler
init
in class ProcessActionHandler
PortalException
public void processAction() throws PortalException
IProcessActionHandler
This method may execute the process action based on the parameters and node specifications passed to it earlier.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |