Interface EventTransformation
public interface EventTransformation
The event transformation component is in charge of transforming the content of a
RepoEvent instance.-
Method Summary
Modifier and TypeMethodDescriptionorg.alfresco.repo.event.v1.model.RepoEvent<org.alfresco.repo.event.v1.model.DataAttributes<org.alfresco.repo.event.v1.model.Resource>>transform(org.alfresco.repo.event.v1.model.RepoEvent<org.alfresco.repo.event.v1.model.DataAttributes<org.alfresco.repo.event.v1.model.Resource>> event) Transform the content of aRepoEventinstance.
-
Method Details
-
transform
org.alfresco.repo.event.v1.model.RepoEvent<org.alfresco.repo.event.v1.model.DataAttributes<org.alfresco.repo.event.v1.model.Resource>> transform(org.alfresco.repo.event.v1.model.RepoEvent<org.alfresco.repo.event.v1.model.DataAttributes<org.alfresco.repo.event.v1.model.Resource>> event) Transform the content of aRepoEventinstance.- Parameters:
event- theRepoEventinstance to be modified- Returns:
- the resultant
RepoEventafter the transformation
-