public class GetContentInformationAction extends ServiceableAction
| Modifier and Type | Field and Description |
|---|---|
protected ContentDAO |
_contentDAO
DAO for contents
|
protected ContentTypeExtensionPoint |
_contentTypeEP
The content type extension point
|
protected ContentWorkflowHelper |
_contentWorkflowHelper
The content workflow helper
|
protected LockContentManager |
_lockManager
The lock manager.
|
protected AmetysObjectResolver |
_resolver
The Ametys object resolver
|
protected RightManager |
_rightManager
The rights manager
|
protected CurrentUserProvider |
_userProvider
The current user provider
|
managerEMPTY_MAP| Constructor and Description |
|---|
GetContentInformationAction() |
| Modifier and Type | Method and Description |
|---|---|
Map |
act(Redirector redirector,
SourceResolver resolver,
Map objectModel,
String source,
Parameters parameters) |
protected Map<String,Object> |
getAdditionalProperties(Content content)
Get content additional properties
|
void |
service(ServiceManager smanager) |
enableLogging, getLogger, setupLogger, setupLogger, setupLoggerprotected AmetysObjectResolver _resolver
protected CurrentUserProvider _userProvider
protected RightManager _rightManager
protected ContentTypeExtensionPoint _contentTypeEP
protected LockContentManager _lockManager
protected ContentWorkflowHelper _contentWorkflowHelper
protected ContentDAO _contentDAO
public GetContentInformationAction()
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
Exceptionprotected Map<String,Object> getAdditionalProperties(Content content)
content - The content