Package | Description |
---|---|
org.cip4.jdflib.auto | |
org.cip4.jdflib.core | |
org.cip4.jdflib.jmf |
Modifier and Type | Field and Description |
---|---|
static JDFAutoQueueEntry.EnumQueueEntryStatus |
JDFAutoQueueEntry.EnumQueueEntryStatus.Aborted |
static JDFAutoQueueEntry.EnumQueueEntryStatus |
JDFAutoQueueEntry.EnumQueueEntryStatus.Completed |
static JDFAutoQueueEntry.EnumQueueEntryStatus |
JDFAutoQueueEntry.EnumQueueEntryStatus.Held |
static JDFAutoQueueEntry.EnumQueueEntryStatus |
JDFAutoQueueEntry.EnumQueueEntryStatus.PendingReturn |
static JDFAutoQueueEntry.EnumQueueEntryStatus |
JDFAutoQueueEntry.EnumQueueEntryStatus.Removed |
static JDFAutoQueueEntry.EnumQueueEntryStatus |
JDFAutoQueueEntry.EnumQueueEntryStatus.Running |
static JDFAutoQueueEntry.EnumQueueEntryStatus |
JDFAutoQueueEntry.EnumQueueEntryStatus.Suspended |
static JDFAutoQueueEntry.EnumQueueEntryStatus |
JDFAutoQueueEntry.EnumQueueEntryStatus.Waiting |
Modifier and Type | Method and Description |
---|---|
static JDFAutoQueueEntry.EnumQueueEntryStatus |
JDFAutoQueueEntry.EnumQueueEntryStatus.getEnum(int enumValue) |
static JDFAutoQueueEntry.EnumQueueEntryStatus |
JDFAutoQueueEntry.EnumQueueEntryStatus.getEnum(String enumName) |
JDFAutoQueueEntry.EnumQueueEntryStatus |
JDFAutoQueueEntry.getQueueEntryStatus()
(9) get attribute Status
|
Modifier and Type | Method and Description |
---|---|
void |
JDFAutoQueueEntry.setQueueEntryStatus(JDFAutoQueueEntry.EnumQueueEntryStatus enumVar)
(5) set attribute Status
|
Modifier and Type | Method and Description |
---|---|
static JDFAutoQueueEntry.EnumQueueEntryStatus |
JDFElement.EnumNodeStatus.getQueueEntryStatus(JDFElement.EnumNodeStatus ns)
returns the queuentrystatus corresponding to a node status
|
Modifier and Type | Method and Description |
---|---|
static JDFElement.EnumNodeStatus |
JDFElement.EnumNodeStatus.getNodeStatus(JDFAutoQueueEntry.EnumQueueEntryStatus qes)
returns the node status corresponding to a queueEntry status
|
Modifier and Type | Method and Description |
---|---|
JDFAutoQueueEntry.EnumQueueEntryStatus |
JDFJobPhase.getQueueEntryStatus() |
Modifier and Type | Method and Description |
---|---|
Vector<JDFAutoQueueEntry.EnumQueueEntryStatus> |
JDFQueueEntry.getNextStatusVector()
get the vector of valid next @Status values for this queue entry based on the current status based on the table of valid queue entry transitions
|
Vector<JDFAutoQueueEntry.EnumQueueEntryStatus> |
JDFQueueFilter.getStatusList()
(9.2) get StatusList attribute StatusList
|
Modifier and Type | Method and Description |
---|---|
VString |
JDFQueue.findQueueEntries(String strJobID,
String strJobPartID,
VJDFAttributeMap vamParts,
JDFAutoQueueEntry.EnumQueueEntryStatus status)
Deprecated.
use getQueueEntryVector(map, partmapvector)
|
static int |
JDFQueueEntry.getSortPriority(JDFAutoQueueEntry.EnumQueueEntryStatus status,
int priority)
Deprecated.
|
boolean |
JDFQueue.hasFewerEntries(JDFAutoQueueEntry.EnumQueueEntryStatus qeStatus,
int entries)
return true if the queue has less than entries elements
|
int |
JDFQueue.numEntries(JDFAutoQueueEntry.EnumQueueEntryStatus qeStatus)
return the number of entries
|
void |
JDFQueueEntry.setQueueEntryStatus(JDFAutoQueueEntry.EnumQueueEntryStatus value)
sets the QueueEntry/@Status if the queue is automated, also resorts the queue to reflect the new Status and sets the Queue/@Status based on the maximum
number of concurrently running jobs also sets StartTime and EndTime appropriately if the queue is automated
|
Copyright © 2018. All rights reserved.