Class UpdateContentOperationContext

  • All Implemented Interfaces:
    java.io.Serializable

    public class UpdateContentOperationContext
    extends OperationContext
    The context of an Operation which is executed for following actions:
    - Action.ADD_CONTENT
    - Action.DELETE_CONTENT
    Author:
    Christopher Laszczuk
    See Also:
    Serialized Form
    • Constructor Detail

      • UpdateContentOperationContext

        public UpdateContentOperationContext()
    • Method Detail

      • getComponent

        public com.flower.docs.domain.component.Component getComponent()
        Gets the component to update the content
        Returns:
        The component
      • setComponent

        public void setComponent​(com.flower.docs.domain.component.Component component)
      • getContent

        public java.util.List<com.flower.docs.domain.common.IdentifiableElement> getContent()
        Gets the content which the Operation updates
        Returns:
        The updated content
      • setContent

        public void setContent​(java.util.List<com.flower.docs.domain.common.IdentifiableElement> content)