Class NodeDeleteActionlet

java.lang.Object
mc.core.system.base.BaseBean
mc.core.system.base.BaseBeanTx
mc.core.system.workflow.Action
mc.core.system.workflow.Actionlet
mc.core.domain.generic.action.NodeDeleteActionlet

public class NodeDeleteActionlet extends mc.core.system.workflow.Actionlet
Actionlet to delete a node in background. Searches for all offspring of this node and sets lifecycleFlag to DELETED to remove from visibility. Deletes all dependent data for each node in separate tx and finally the node itself.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
     

    Nested classes/interfaces inherited from class mc.core.system.workflow.Action

    mc.core.system.workflow.Action.IWfParameterType, mc.core.system.workflow.Action.ParameterInfo
  • Method Summary

    Methods inherited from class mc.core.system.workflow.Action

    getActionDescription, getParameterInfo

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait