|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrimitiveId | |
---|---|
com.atlassian.confluence.importexport.xmlimport | Imports Confluence data from an XML backup. |
com.atlassian.confluence.importexport.xmlimport.model | |
com.atlassian.confluence.importexport.xmlimport.parser |
Uses of PrimitiveId in com.atlassian.confluence.importexport.xmlimport |
---|
Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type PrimitiveId | |
---|---|
void |
DeferredOperations.addDeferredOperation(PrimitiveId idProperty,
java.util.Set<TransientHibernateHandle> waitingFor,
Operation operation)
|
void |
ImportProcessorContext.deferOperations(PrimitiveId idProperty,
java.util.Map<TransientHibernateHandle,java.util.Set<Operation>> operations)
Defer a set of operations until the objects they require have been imported. |
void |
DeferredOperationsLogger.logNewDeferredOperation(PrimitiveId idProperty,
java.util.Set<TransientHibernateHandle> waitingFor,
Operation operation)
|
Uses of PrimitiveId in com.atlassian.confluence.importexport.xmlimport.model |
---|
Methods in com.atlassian.confluence.importexport.xmlimport.model that return PrimitiveId | |
---|---|
PrimitiveId |
ReferenceProperty.getId()
|
PrimitiveId |
ImportedObject.getIdProperty()
|
Constructors in com.atlassian.confluence.importexport.xmlimport.model with parameters of type PrimitiveId | |
---|---|
ReferenceProperty(java.lang.String name,
java.lang.String packageName,
java.lang.String className,
PrimitiveId id)
|
Uses of PrimitiveId in com.atlassian.confluence.importexport.xmlimport.parser |
---|
Methods in com.atlassian.confluence.importexport.xmlimport.parser that return PrimitiveId | |
---|---|
PrimitiveId |
PrimitiveIdParser.build()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |