lumis.portal.serialization.operation
Class DependentConfigOperationCollection<O extends ConfigOperation>

Package class diagram package DependentConfigOperationCollection
java.lang.Object
  extended by lumis.portal.serialization.operation.DependentConfigOperationCollection<O>

public class DependentConfigOperationCollection<O extends ConfigOperation>
extends Object

Collection for config operations that depends on other previous operations

Since:
4.0.7

Constructor Summary
DependentConfigOperationCollection()
           
 
Method Summary
 void addDependentConfigOperation(Collection<String> dependencyKeys, O configOperation)
           
 void addDependentConfigOperation(String dependencyKey, O configOperation)
           
 Collection<String> getDependentKeys()
           
 boolean isEmpty()
           
 Set<O> popDependentConfigOperations(String dependencyKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependentConfigOperationCollection

public DependentConfigOperationCollection()
Method Detail

addDependentConfigOperation

public void addDependentConfigOperation(String dependencyKey,
                                        O configOperation)

addDependentConfigOperation

public void addDependentConfigOperation(Collection<String> dependencyKeys,
                                        O configOperation)

popDependentConfigOperations

public Set<O> popDependentConfigOperations(String dependencyKey)

isEmpty

public boolean isEmpty()

getDependentKeys

public Collection<String> getDependentKeys()


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.