Class ServerJob

java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.ServerJob
All Implemented Interfaces:
Serializable

public class ServerJob extends PlannerApiResource implements Serializable
Class representing a server job in Planner REST Service.
See Also:
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      name of the ServerJob
    • setName

      public void setName(String name)
    • getType

      public String getType()
      type of the ServerJob
    • setType

      public void setType(String type)
    • getLoginName

      public String getLoginName()
      loginName of the ServerJob
    • setLoginName

      public void setLoginName(String loginName)
    • getDataBaseName

      public String getDataBaseName()
      dataBaseName of the ServerJob
    • setDataBaseName

      public void setDataBaseName(String dataBaseName)
    • getCycle

      public Boolean getCycle()
      is ServerJob cyclical
    • setCycle

      public void setCycle(Boolean cycle)
    • getDocumentPath

      public String getDocumentPath()
      documentPath of the ServerJob
    • setDocumentPath

      public void setDocumentPath(String documentPath)
    • getScriptID

      public String getScriptID()
      scriptID of the ServerJob
    • setScriptID

      public void setScriptID(String scriptID)
    • getScriptName

      public String getScriptName()
      script name of the ServerJob
    • setScriptName

      public void setScriptName(String scriptName)
    • getParallel

      public Boolean getParallel()
      If true the Server Job can be run parallely
    • setParallel

      public void setParallel(Boolean parallel)
    • getDocumentID

      public String getDocumentID()
      document ID of the ServerJob
    • setDocumentID

      public void setDocumentID(String documentID)
    • getDatetimeShedule

      public Date getDatetimeShedule()
      raw Datetime Shedule of the ServerJob
    • setDatetimeShedule

      public void setDatetimeShedule(Date datetimeShedule)
    • getJndiName

      public String getJndiName()
      jndi name of the ServerJob
    • setJndiName

      public void setJndiName(String jndiName)
    • getUID

      public String getUID()
      UID of server job
    • setUID

      public void setUID(String uID)
    • getSelectionList

      public List<String> getSelectionList()
      selection list of the ServerJob
    • setSelectionList

      public void setSelectionList(List<String> selectionList)
    • getDocumentsList

      public List<String> getDocumentsList()
      documents list of the ServerJob
    • setDocumentsList

      public void setDocumentsList(List<String> documentsList)
    • getqName

      public String getqName()
      queue name of the ServerJob
    • setqName

      public void setqName(String qName)
    • getDocumentName

      public String getDocumentName()
      document name of the ServerJob
    • setDocumentName

      public void setDocumentName(String documentName)
    • getDocumentLabel

      public String getDocumentLabel()
      document label of the ServerJob
    • setDocumentLabel

      public void setDocumentLabel(String documentLabel)
    • getCurrentWokerJobLoginName

      public String getCurrentWokerJobLoginName()
      login name of current worker of the ServerJob
    • setCurrentWokerJobLoginName

      public void setCurrentWokerJobLoginName(String currentWokerJobLoginName)
    • getStoped

      public Boolean getStoped()
      flag to determine if ServerJob is stopped
    • setStoped

      public void setStoped(Boolean stoped)
    • getWorkerStatus

      public String getWorkerStatus()
      workerStatus of the ServerJob
    • setWorkerStatus

      public void setWorkerStatus(String workerStatus)
    • getLinks

      public List<Link> getLinks()
      links of the ServerJob
    • getPriority

      public int getPriority()
      priority of the ServerJob
    • setPriority

      public void setPriority(int priority)