Class AddObjectAction
- java.lang.Object
-
- lumis.service.portalmanagement.structureeditor.AbstractAction
-
- lumis.service.portalmanagement.structureeditor.AddObjectAction
-
- All Implemented Interfaces:
IAction
public class AddObjectAction extends AbstractAction
Add action.- Since:
- 7.1.0
- Version:
- $Revision: 16037 $ $Date: 2013-11-21 20:58:50 -0200 (Thu, 21 Nov 2013) $
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
execute(lumis.service.portalmanagement.structureeditor.StructuralChangeContext context)
Executes the action.String
toString()
-
Methods inherited from class lumis.service.portalmanagement.structureeditor.AbstractAction
equals, getId
-
-
-
-
Method Detail
-
execute
public boolean execute(lumis.service.portalmanagement.structureeditor.StructuralChangeContext context) throws PortalException
Description copied from interface:IAction
Executes the action.- Parameters:
context
- the context.- Returns:
- whether the action was executed or net.
- Throws:
PortalException
-
-