com.waveset.provision
Class OrderedResourceOps

java.lang.Object
  extended bycom.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
           
 
Constructor Summary
OrderedResourceOps(java.util.List ops, java.util.List filtered, OpBucket randomBucket, OpBucket deleteBucket, java.util.List buckets)
           
 
Method Summary
 void dumpFile(java.lang.String file)
           
 java.util.List getBuckets()
           
 OpBucket getDeleteBucket()
           
 java.util.List getFiltered()
           
 java.util.List getOps()
           
 OpBucket getRandomBucket()
           
 java.lang.String toIdentityString()
           
 java.lang.String toVerboseString()
           
 java.lang.String toVerboseString(java.lang.String indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values
Constructor Detail

OrderedResourceOps

public OrderedResourceOps(java.util.List ops,
                          java.util.List filtered,
                          OpBucket randomBucket,
                          OpBucket deleteBucket,
                          java.util.List buckets)
Method Detail

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)