com.waveset.provision
Class OrderedResourceOps
java.lang.Object
com.waveset.provision.OrderedResourceOps
- public class OrderedResourceOps
- extends java.lang.Object
A representation of the ResourceOps maintained in the ProvisionContext.
This is primarily used by the IDMX TransationManager when converting between
the IDMX provisioning model and the IDM provisioning model.
Field Summary |
static java.lang.String |
code_id
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
code_id
public static final java.lang.String code_id
- See Also:
- Constant Field Values
OrderedResourceOps
public OrderedResourceOps(java.util.List ops,
java.util.List filtered,
OpBucket randomBucket,
OpBucket deleteBucket,
java.util.List buckets)
getBuckets
public java.util.List getBuckets()
getDeleteBucket
public OpBucket getDeleteBucket()
getFiltered
public java.util.List getFiltered()
getOps
public java.util.List getOps()
getRandomBucket
public OpBucket getRandomBucket()
dumpFile
public void dumpFile(java.lang.String file)
toVerboseString
public java.lang.String toVerboseString()
toIdentityString
public java.lang.String toIdentityString()
toVerboseString
public java.lang.String toVerboseString(java.lang.String indent)