|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.importexport.xmlimport.OperationSet
public class OperationSet
A mapping between a list of Operation
s, and the handles of all the objects that must be imported
for those operations to be performed.
Constructor Summary | |
---|---|
OperationSet(java.util.Set<TransientHibernateHandle> waitingFor)
|
Method Summary | |
---|---|
void |
addOperation(Operation op)
|
java.util.List<Operation> |
getOperations()
|
java.util.Set |
getWaitingFor()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OperationSet(java.util.Set<TransientHibernateHandle> waitingFor)
Method Detail |
---|
public void addOperation(Operation op)
public java.util.Set getWaitingFor()
public java.util.List<Operation> getOperations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |