com.ibm.commerce.contentmanagement.events

Interface WorkspaceEventData

  • All Known Implementing Classes:
    WorkspaceEventDataImpl


    public interface WorkspaceEventData
    An interface that represents content context event data.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • EVENT_TYPE_TK_RANGE

        static final int EVENT_TYPE_TK_RANGE
        Constant to represent the starting range of a Task Event
        See Also:
        Constant Field Values
      • EVENT_TYPE_TG_RANGE

        static final int EVENT_TYPE_TG_RANGE
        Constant to represent the starting range of a Task Group Event
        See Also:
        Constant Field Values
      • EVENT_TYPE_WS_RANGE

        static final int EVENT_TYPE_WS_RANGE
        Constant to represent the starting range of a Workspace Event
        See Also:
        Constant Field Values
      • EVENT_TYPE_TG_WORKING

        static final int EVENT_TYPE_TG_WORKING
        Constant to represent an event when Task Group state is in Working.
      • EVENT_TYPE_TG_READYFORAPPROVAL

        static final int EVENT_TYPE_TG_READYFORAPPROVAL
        Constant to represent an event when Task Group state is Ready for Approval.
        See Also:
        Constant Field Values
      • EVENT_TYPE_TG_APPROVED

        static final int EVENT_TYPE_TG_APPROVED
        Constant to represent an event when Task Group state is in Approved.
        See Also:
        Constant Field Values
      • EVENT_TYPE_TG_READYTOCOMMIT

        static final int EVENT_TYPE_TG_READYTOCOMMIT
        Constant to represent an event when Task Group state is Ready for Commit.
        See Also:
        Constant Field Values
      • EVENT_TYPE_TG_COMMITINPROGRESS

        static final int EVENT_TYPE_TG_COMMITINPROGRESS
        Constant to represent an event when Task Group state is in Commit in Progress.
        See Also:
        Constant Field Values
      • EVENT_TYPE_TG_COMMITTED

        static final int EVENT_TYPE_TG_COMMITTED
        Constant to represent an event when Task Group state is in Committed.
        See Also:
        Constant Field Values
      • EVENT_TYPE_TG_READYTOPUBLISH

        static final int EVENT_TYPE_TG_READYTOPUBLISH
        Constant to represent an event when Task Group state is Ready For Publish.
        See Also:
        Constant Field Values
      • EVENT_TYPE_TG_PUBLISHINPROGRESS

        static final int EVENT_TYPE_TG_PUBLISHINPROGRESS
        Constant to represent an event when Task Group state is in Publish in Progress.
        See Also:
        Constant Field Values
      • EVENT_TYPE_TG_PUBLISHED

        static final int EVENT_TYPE_TG_PUBLISHED
        Constant to represent an event when Task Group state is in Published.
        See Also:
        Constant Field Values
      • EVENT_TYPE_TG_PUBLISHFAILED

        static final int EVENT_TYPE_TG_PUBLISHFAILED
        Constant to represent an event when Task Group state is in Publish Failed.
        See Also:
        Constant Field Values
      • EVENT_TYPE_TG_COMMITFAILED

        static final int EVENT_TYPE_TG_COMMITFAILED
        Constant to represent an event when Task Group state is in Commit Failed.
        See Also:
        Constant Field Values
      • EVENT_TYPE_TG_CANCELLED

        static final int EVENT_TYPE_TG_CANCELLED
        Constant to represent an event when Task Group state is in Cancelled.
        See Also:
        Constant Field Values
      • EVENT_TYPE_TG_COMPLETED

        static final int EVENT_TYPE_TG_COMPLETED
        Constant to represent an event when Workspace state is in Completed.
        See Also:
        Constant Field Values
      • EVENT_TYPE_WS_ACTIVE

        static final int EVENT_TYPE_WS_ACTIVE
        Constant to represent an event when Workspace state is in Working.
        See Also:
        Constant Field Values
      • EVENT_TYPE_WS_CANCELLED

        static final int EVENT_TYPE_WS_CANCELLED
        Constant to represent an event when Workspace state is in Cancelled.
        See Also:
        Constant Field Values
      • EVENT_TYPE_WS_COMPLETED

        static final int EVENT_TYPE_WS_COMPLETED
        Constant to represent an event when Workspace state is in Completed.
        See Also:
        Constant Field Values
      • EVENT_TYPE_TK_WORKING

        static final int EVENT_TYPE_TK_WORKING
        Constant to represent an event when Task state is in Working.
        See Also:
        Constant Field Values
      • EVENT_TYPE_TK_COMPLETED

        static final int EVENT_TYPE_TK_COMPLETED
        Constant to represent an event when Task state is in Completed.
        See Also:
        Constant Field Values
      • EVENT_TYPE_TK_INACTVIE

        static final int EVENT_TYPE_TK_INACTVIE
        Constant to represent an event when Task state is in Completed.
        See Also:
        Constant Field Values
    • Method Detail

      • getEventType

        int getEventType()
        Returns the content context event type (see the event type constants above).
        Returns:
        The event type.
      • getWorkspaceId

        java.lang.Long getWorkspaceId()
        Returns the workspace identifier.
        Returns:
        The workspace identifier.
      • getTaskGroupId

        java.lang.Long getTaskGroupId()
        Returns the task group identifier.
        Returns:
        The task group identifier.
      • getTaskId

        java.lang.Long getTaskId()
        Returns the task identifier.
        Returns:
        The task identifier.
      • getPreviousStatus

        java.lang.Integer getPreviousStatus()
        Returns the previous status of the target object.
        Returns:
        The previous status.
      • getCommandContext

        CommandContext getCommandContext()
        Returns the Command Context for this session if available.
        Returns:
        The command context.