Class VersionOperationContext

  • All Implemented Interfaces:
    java.io.Serializable

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

      • VersionOperationContext

        public VersionOperationContext()
    • Method Detail

      • getSource

        public com.flower.docs.domain.common.IdentifiableElement getSource()
      • setSource

        public void setSource​(com.flower.docs.domain.common.IdentifiableElement source)
      • getTarget

        public com.flower.docs.domain.common.Id getTarget()
      • setTarget

        public void setTarget​(com.flower.docs.domain.common.Id target)
      • getResult

        public com.flower.docs.domain.component.Version getResult()
      • setResult

        public void setResult​(com.flower.docs.domain.component.Version result)