| Package | Description |
|---|---|
| org.cip4.lib.xjdf | |
| org.cip4.lib.xjdf.builder | |
| org.cip4.lib.xjdf.partition | |
| org.cip4.lib.xjdf.schema | |
| org.cip4.lib.xjdf.type | |
| org.cip4.lib.xjdf.util |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
XJdfNodeFactory.createParameter(ParameterType parameterType,
Part part)
Create a new Parameter node from ParameterType and Part.
|
Resource |
XJdfNodeFactory.createResource(ResourceType resourceType,
Part part)
Create a new Resource node from ResourceType and Part.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XJdfBuilder.addParameter(ParameterType parameterType,
Part part)
Append Parameter node to xJdf Document.
|
void |
XJdfBuilder.addParameter(ParameterType parameterType,
Part part,
String processUsage)
Append Parameter node to xJdf Document.
|
Resource |
XJdfBuilder.addResource(ResourceType resourceType,
Part part)
Append Resource node to xJdf Document.
|
Resource |
XJdfBuilder.addResource(ResourceType resourceType,
Part part,
String processUsage)
Append Resource node to xJdf Document.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
PartitionManager.getResourceByPart(ResourceSet resourceSet,
Part part)
Identifies and returns a Resource within a ResourceSet using parition keys.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Part> |
SubscriptionInfo.part |
protected List<Part> |
SubscriptionFilter.part |
protected List<Part> |
StopPersChParams.part |
protected List<Part> |
StatusQuParams.part |
protected List<Part> |
ResourceQuParams.part |
protected List<Part> |
ResourceInfo.part |
protected List<Part> |
ResourceCmdParams.part |
protected List<Part> |
ResourceAudit.part |
protected List<Part> |
Resource.part |
protected List<Part> |
RequestQueueEntryParams.part |
protected List<Part> |
QueueFilter.part |
protected List<Part> |
QueueEntry.part |
protected List<Part> |
ProcessRun.part |
protected List<Part> |
PhaseTime.part |
protected List<Part> |
PartAmount.part |
protected List<Part> |
Parameter.part |
protected List<Part> |
PageCondition.part |
protected List<Part> |
NotificationFilter.part |
protected List<Part> |
Notification.part |
protected List<Part> |
JobPhase.part |
protected List<Part> |
ContentMetaData.part |
| Modifier and Type | Method and Description |
|---|---|
List<Part> |
SubscriptionInfo.getPart()
Gets the value of the part property.
|
List<Part> |
SubscriptionFilter.getPart()
Gets the value of the part property.
|
List<Part> |
StopPersChParams.getPart()
Gets the value of the part property.
|
List<Part> |
StatusQuParams.getPart()
Gets the value of the part property.
|
List<Part> |
ResourceQuParams.getPart()
Gets the value of the part property.
|
List<Part> |
ResourceInfo.getPart()
Gets the value of the part property.
|
List<Part> |
ResourceCmdParams.getPart()
Gets the value of the part property.
|
List<Part> |
ResourceAudit.getPart()
Gets the value of the part property.
|
List<Part> |
Resource.getPart()
Gets the value of the part property.
|
List<Part> |
RequestQueueEntryParams.getPart()
Gets the value of the part property.
|
List<Part> |
QueueFilter.getPart()
Gets the value of the part property.
|
List<Part> |
QueueEntry.getPart()
Gets the value of the part property.
|
List<Part> |
ProcessRun.getPart()
Gets the value of the part property.
|
List<Part> |
PhaseTime.getPart()
Gets the value of the part property.
|
List<Part> |
PartAmount.getPart()
Gets the value of the part property.
|
List<Part> |
Parameter.getPart()
Gets the value of the part property.
|
List<Part> |
PageCondition.getPart()
Gets the value of the part property.
|
List<Part> |
NotificationFilter.getPart()
Gets the value of the part property.
|
List<Part> |
Notification.getPart()
Gets the value of the part property.
|
List<Part> |
JobPhase.getPart()
Gets the value of the part property.
|
List<Part> |
ContentMetaData.getPart()
Gets the value of the part property.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionInfo |
SubscriptionInfo.withPart(Part... values) |
SubscriptionFilter |
SubscriptionFilter.withPart(Part... values) |
StopPersChParams |
StopPersChParams.withPart(Part... values) |
StatusQuParams |
StatusQuParams.withPart(Part... values) |
ResourceQuParams |
ResourceQuParams.withPart(Part... values) |
ResourceInfo |
ResourceInfo.withPart(Part... values) |
ResourceCmdParams |
ResourceCmdParams.withPart(Part... values) |
ResourceAudit |
ResourceAudit.withPart(Part... values) |
Resource |
Resource.withPart(Part... values) |
RequestQueueEntryParams |
RequestQueueEntryParams.withPart(Part... values) |
QueueFilter |
QueueFilter.withPart(Part... values) |
QueueEntry |
QueueEntry.withPart(Part... values) |
ProcessRun |
ProcessRun.withPart(Part... values) |
PhaseTime |
PhaseTime.withPart(Part... values) |
PartAmount |
PartAmount.withPart(Part... values) |
Parameter |
Parameter.withPart(Part... values) |
PageCondition |
PageCondition.withPart(Part... values) |
NotificationFilter |
NotificationFilter.withPart(Part... values) |
Notification |
Notification.withPart(Part... values) |
JobPhase |
JobPhase.withPart(Part... values) |
ContentMetaData |
ContentMetaData.withPart(Part... values) |
| Constructor and Description |
|---|
IDREF(ParameterType parameterType,
Part part,
String id) |
| Modifier and Type | Method and Description |
|---|---|
<V extends U> |
Assets.addAsset(V assetType,
Part part,
String processUsage)
Add an asset to the corresponding asset set.
|
static boolean |
Partitions.hasMismatchingAttributes(Part partition1,
Part partition2)
Check two partitions for mismatching attributes.
|
Copyright © 2016. All rights reserved.