Class PostActivityProcessor
java.lang.Object
org.craftercms.studio.impl.v1.content.pipeline.BaseContentProcessor
org.craftercms.studio.impl.v1.content.pipeline.PostActivityProcessor
- All Implemented Interfaces:
ContentProcessor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActivityStreamServiceInternal
protected AuditServiceInternal
protected ContentRepository
protected ContentService
protected ItemServiceInternal
static final String
protected SiteService
protected UserServiceInternal
Fields inherited from class org.craftercms.studio.impl.v1.content.pipeline.BaseContentProcessor
_name
-
Constructor Summary
ConstructorsConstructorDescriptiondefault constructorPostActivityProcessor
(String name) constructor that sets the process name -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(PipelineContent content, ResultTO result) process the content at the given path.void
setActivityStreamServiceInternal
(ActivityStreamServiceInternal activityStreamServiceInternal) void
setAuditServiceInternal
(AuditServiceInternal auditServiceInternal) void
setContentRepository
(ContentRepository contentRepository) void
setContentService
(ContentService contentService) void
setItemServiceInternal
(ItemServiceInternal itemServiceInternal) void
setSiteService
(SiteService siteService) void
setUserServiceInternal
(UserServiceInternal userServiceInternal) Methods inherited from class org.craftercms.studio.impl.v1.content.pipeline.BaseContentProcessor
checkForMandatoryParam, getName, isProcessable, setName
-
Field Details
-
NAME
- See Also:
-
auditServiceInternal
-
siteService
-
contentService
-
contentRepository
-
activityStreamServiceInternal
-
userServiceInternal
-
itemServiceInternal
-
-
Constructor Details
-
PostActivityProcessor
public PostActivityProcessor()default constructor -
PostActivityProcessor
constructor that sets the process name- Parameters:
name
-
-
-
Method Details
-
process
public void process(PipelineContent content, ResultTO result) throws ServiceLayerException, UserNotFoundException Description copied from interface:ContentProcessor
process the content at the given path.- Specified by:
process
in interfaceContentProcessor
- Overrides:
process
in classBaseContentProcessor
- Parameters:
content
- content to processresult
- result to return- Throws:
ServiceLayerException
UserNotFoundException
-
setAuditServiceInternal
-
setSiteService
-
setContentService
-
setContentRepository
-
setActivityStreamServiceInternal
public void setActivityStreamServiceInternal(ActivityStreamServiceInternal activityStreamServiceInternal) -
setUserServiceInternal
-
setItemServiceInternal
-