Class Queue
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.Queue
- All Implemented Interfaces:
Serializable
Class representing a queue (of server jobs) in Planner REST Service.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueue()Queue(String name, String type, String loginName, String dataBaseName, boolean cycle, String documentPath, String scriptID, String scriptName, boolean parallel, String documentID, Date datetimeShedule, String jndiName, String UID, List<String> selectionList, List<String> documentsList, String qName, String documentName, String documentLabel, String currentWokerJobLoginName, boolean stoped, String workerStatus, int priority) -
Method Summary
Modifier and TypeMethodDescriptioncurrentWokerJobLoginName of the QueuegetCycle()cycle of the QueuedataBaseName of the QueuerawDatetimeShedule of the QueuedocumentID of the QueuedocumentLabel of the Queuedocument name of the QueuedocumentPath of the QueuedocumentsList of the QueuejndiName of the QueuegetLinks()links of the QueueloginName of the QueuegetName()name of the Queueparallel of the Queueintpriority of the QueuegetqName()qName of the QueuescriptID of the QueuescriptName of the QueueselectionList of the QueueisStoped of the QueuegetType()type of the QueuegetUID()UID of the Queueworker status of the QueuevoidsetCurrentWokerJobLoginName(String currentWokerJobLoginName) voidvoidsetDataBaseName(String dataBaseName) voidsetDatetimeShedule(Date datetimeShedule) voidsetDocumentID(String documentID) voidsetDocumentLabel(String documentLabel) voidsetDocumentName(String documentName) voidsetDocumentPath(String documentPath) voidsetDocumentsList(List<String> documentsList) voidsetJndiName(String jndiName) voidsetLoginName(String loginName) voidvoidsetParallel(Boolean parallel) voidsetPriority(int priority) voidvoidsetScriptID(String scriptID) voidsetScriptName(String scriptName) voidsetSelectionList(List<String> selectionList) voidvoidvoidvoidsetWorkerStatus(String workerStatus) Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Constructor Details
-
Queue
public Queue() -
Queue
public Queue(String name, String type, String loginName, String dataBaseName, boolean cycle, String documentPath, String scriptID, String scriptName, boolean parallel, String documentID, Date datetimeShedule, String jndiName, String UID, List<String> selectionList, List<String> documentsList, String qName, String documentName, String documentLabel, String currentWokerJobLoginName, boolean stoped, String workerStatus, int priority)
-
-
Method Details
-
getName
name of the Queue -
setName
-
getType
type of the Queue -
setType
-
getLoginName
loginName of the Queue -
setLoginName
-
getDataBaseName
dataBaseName of the Queue -
setDataBaseName
-
getCycle
cycle of the Queue -
setCycle
-
getDocumentPath
documentPath of the Queue -
setDocumentPath
-
getScriptID
scriptID of the Queue -
setScriptID
-
getScriptName
scriptName of the Queue -
setScriptName
-
getParallel
parallel of the Queue -
setParallel
-
getDocumentID
documentID of the Queue -
setDocumentID
-
getDatetimeShedule
rawDatetimeShedule of the Queue -
setDatetimeShedule
-
getJndiName
jndiName of the Queue -
setJndiName
-
getUID
UID of the Queue -
setUID
-
getSelectionList
selectionList of the Queue -
setSelectionList
-
getDocumentsList
documentsList of the Queue -
setDocumentsList
-
getqName
qName of the Queue -
setqName
-
getDocumentName
document name of the Queue -
setDocumentName
-
getDocumentLabel
documentLabel of the Queue -
setDocumentLabel
-
getCurrentWokerJobLoginName
currentWokerJobLoginName of the Queue -
setCurrentWokerJobLoginName
-
getStoped
isStoped of the Queue -
setStoped
-
getWorkerStatus
worker status of the Queue -
setWorkerStatus
-
getLinks
links of the Queue -
getPriority
public int getPriority()priority of the Queue -
setPriority
public void setPriority(int priority)
-