public class AttachmentsRootNodeAction extends ServiceableAction
TraversableAmetysObject.<br/>If the attachments node does not exist, it will be created.| Modifier and Type | Field and Description |
|---|---|
private AmetysObjectResolver |
_resolver |
static String |
ATTACHMENTS_NODE_NAME
Constant for the attachment node name.
|
managerEMPTY_MAP| Constructor and Description |
|---|
AttachmentsRootNodeAction() |
| Modifier and Type | Method and Description |
|---|---|
Map |
act(Redirector redirector,
SourceResolver resolver,
Map objectModel,
String source,
Parameters parameters) |
void |
service(ServiceManager smanager) |
enableLogging, getLogger, setupLogger, setupLogger, setupLoggerpublic static final String ATTACHMENTS_NODE_NAME
private AmetysObjectResolver _resolver
public AttachmentsRootNodeAction()
public void service(ServiceManager smanager) throws ServiceException
service in interface Serviceableservice in class ServiceableActionServiceExceptionpublic Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
Exception