Class TypedTask

  • Direct Known Subclasses:
    NoopTask

    public abstract class TypedTask
    extends SpaceCentricTypedTask
    Contains the base information necessary for tasks working with content items.
    Author:
    Daniel Bernstein Date: 05/02/2014
    • Constructor Detail

      • TypedTask

        public TypedTask()
    • Method Detail

      • getContentId

        public String getContentId()
      • setContentId

        public void setContentId​(String contentId)
      • writeTask

        public Task writeTask()
        Description copied from class: SpaceCentricTypedTask
        Writes all of the information in the SpaceCentricTypedTask into a Task
        Overrides:
        writeTask in class SpaceCentricTypedTask
        Returns:
        a Task based on the information stored in this SpaceCentricTypedTask