lumis.portal.serialization.operation
Class DependentConfigOperationCollection<O extends ConfigOperation>
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DependentConfigOperationCollection
public DependentConfigOperationCollection()
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 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.