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
|
manager
EMPTY_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, setupLogger
protected 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 Serviceable
service
in class ServiceableAction
ServiceException
public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
Exception
protected Map<String,Object> getAdditionalProperties(Content content)
content
- The content