C E G I M N O P R S T V W

C

checkData() - Method in interface org.exoplatform.social.extras.migration.rw.NodeReader
Check migration possibility.
checkData() - Method in class org.exoplatform.social.extras.migration.rw.NodeReader_11x_12x
 
cleanup() - Method in class org.exoplatform.social.extras.migration.io.WriterContext
 
commit(NodeReader, NodeWriter, WriterContext) - Method in class org.exoplatform.social.extras.migration.MigrationTool
Run commit changes.
commit(WriterContext) - Method in interface org.exoplatform.social.extras.migration.rw.NodeWriter
Commit changes.
commit(WriterContext) - Method in class org.exoplatform.social.extras.migration.rw.NodeWriter_11x_12x
Commit changes.
complete() - Method in class org.exoplatform.social.extras.migration.rw.RemoveManager
 
createReader(String, String, Session) - Method in class org.exoplatform.social.extras.migration.MigrationTool
Run create new reader.
createWriter(String, String, Session) - Method in class org.exoplatform.social.extras.migration.MigrationTool
Run create new writer.

E

END_NODE - Static variable in class org.exoplatform.social.extras.migration.MigrationTool
 

G

get(String) - Method in class org.exoplatform.social.extras.migration.io.NodeData
 
get(String) - Method in class org.exoplatform.social.extras.migration.io.WriterContext
 
getChilds() - Method in class org.exoplatform.social.extras.migration.io.NodeData
 
getDone(WriterContext.DataType) - Method in class org.exoplatform.social.extras.migration.io.WriterContext
 
getFrom() - Method in class org.exoplatform.social.extras.migration.io.WriterContext
 
getPath() - Method in class org.exoplatform.social.extras.migration.io.NodeData
 
getTo() - Method in class org.exoplatform.social.extras.migration.io.WriterContext
 

I

incDone(WriterContext.DataType) - Method in class org.exoplatform.social.extras.migration.io.WriterContext
 
IndexTool - Class in org.exoplatform.social.extras.migration
 
IndexTool(Session) - Constructor for class org.exoplatform.social.extras.migration.IndexTool
 
isCompleted(WriterContext.DataType) - Method in class org.exoplatform.social.extras.migration.io.WriterContext
 

M

MigrationException - Exception in org.exoplatform.social.extras.migration
 
MigrationException() - Constructor for exception org.exoplatform.social.extras.migration.MigrationException
 
MigrationException(String) - Constructor for exception org.exoplatform.social.extras.migration.MigrationException
 
MigrationException(String, Throwable) - Constructor for exception org.exoplatform.social.extras.migration.MigrationException
 
MigrationException(Throwable) - Constructor for exception org.exoplatform.social.extras.migration.MigrationException
 
MigrationTool - Class in org.exoplatform.social.extras.migration
Migration entry point.
MigrationTool() - Constructor for class org.exoplatform.social.extras.migration.MigrationTool
 

N

NodeData - Class in org.exoplatform.social.extras.migration.io
Migration data.
NodeData() - Constructor for class org.exoplatform.social.extras.migration.io.NodeData
 
nodeName() - Method in enum org.exoplatform.social.extras.migration.io.WriterContext.DataType
 
NodeReader - Interface in org.exoplatform.social.extras.migration.rw
Read migraiton data.
NodeReader_11x_12x - Class in org.exoplatform.social.extras.migration.rw
 
NodeReader_11x_12x(Session) - Constructor for class org.exoplatform.social.extras.migration.rw.NodeReader_11x_12x
 
NodeStreamHandler - Class in org.exoplatform.social.extras.migration.io
Stream handler.
NodeStreamHandler() - Constructor for class org.exoplatform.social.extras.migration.io.NodeStreamHandler
 
NodeWriter - Interface in org.exoplatform.social.extras.migration.rw
Write migraiton data.
NodeWriter_11x_12x - Class in org.exoplatform.social.extras.migration.rw
 
NodeWriter_11x_12x(IdentityStorage, RelationshipStorage, SpaceStorage, ActivityStorage, OrganizationService, Session) - Constructor for class org.exoplatform.social.extras.migration.rw.NodeWriter_11x_12x
 

O

org.exoplatform.social.extras.migration - package org.exoplatform.social.extras.migration
 
org.exoplatform.social.extras.migration.io - package org.exoplatform.social.extras.migration.io
 
org.exoplatform.social.extras.migration.rw - package org.exoplatform.social.extras.migration.rw
 

P

PLF35HomesTool - Class in org.exoplatform.social.extras.migration
 
PLF35HomesTool() - Constructor for class org.exoplatform.social.extras.migration.PLF35HomesTool
 
PROPERTY_MULTI - Static variable in class org.exoplatform.social.extras.migration.MigrationTool
 
PROPERTY_SINGLE - Static variable in class org.exoplatform.social.extras.migration.MigrationTool
 
put(String, Object) - Method in class org.exoplatform.social.extras.migration.io.NodeData
 
put(String, String) - Method in class org.exoplatform.social.extras.migration.io.WriterContext
 

R

readActivities(OutputStream, WriterContext) - Method in interface org.exoplatform.social.extras.migration.rw.NodeReader
Activities reading.
readActivities(OutputStream, WriterContext) - Method in class org.exoplatform.social.extras.migration.rw.NodeReader_11x_12x
Activities reading.
readIdentities(OutputStream, WriterContext) - Method in interface org.exoplatform.social.extras.migration.rw.NodeReader
Identities reading.
readIdentities(OutputStream, WriterContext) - Method in class org.exoplatform.social.extras.migration.rw.NodeReader_11x_12x
Identities reading.
readNode(InputStream) - Method in class org.exoplatform.social.extras.migration.io.NodeStreamHandler
Read data from a stream
readProfiles(OutputStream, WriterContext) - Method in interface org.exoplatform.social.extras.migration.rw.NodeReader
Profiles reading.
readProfiles(OutputStream, WriterContext) - Method in class org.exoplatform.social.extras.migration.rw.NodeReader_11x_12x
Profiles reading.
readRelationships(OutputStream, WriterContext) - Method in interface org.exoplatform.social.extras.migration.rw.NodeReader
Relationships reading.
readRelationships(OutputStream, WriterContext) - Method in class org.exoplatform.social.extras.migration.rw.NodeReader_11x_12x
Relationships reading.
readSpaces(OutputStream, WriterContext) - Method in interface org.exoplatform.social.extras.migration.rw.NodeReader
Spaces reading.
readSpaces(OutputStream, WriterContext) - Method in class org.exoplatform.social.extras.migration.rw.NodeReader_11x_12x
Spaces reading.
remove(Node) - Method in class org.exoplatform.social.extras.migration.rw.RemoveManager
 
RemoveManager - Class in org.exoplatform.social.extras.migration.rw
 
RemoveManager(int, Session) - Constructor for class org.exoplatform.social.extras.migration.rw.RemoveManager
 
rollback(NodeReader, NodeWriter, WriterContext) - Method in class org.exoplatform.social.extras.migration.MigrationTool
Rollback changes.
rollback(WriterContext) - Method in interface org.exoplatform.social.extras.migration.rw.NodeWriter
Rollback changes.
rollback(WriterContext) - Method in class org.exoplatform.social.extras.migration.rw.NodeWriter_11x_12x
Rollback changes.
run() - Method in class org.exoplatform.social.extras.migration.IndexTool
 
run() - Method in class org.exoplatform.social.extras.migration.PLF35HomesTool
 
run() - Method in class org.exoplatform.social.extras.migration.TemplateTool
 
runActivities(NodeReader, NodeWriter, WriterContext) - Method in class org.exoplatform.social.extras.migration.MigrationTool
Run activities migration.
runAll(NodeReader, NodeWriter, WriterContext) - Method in class org.exoplatform.social.extras.migration.MigrationTool
Run full migration.
runIdentities(NodeReader, NodeWriter, WriterContext) - Method in class org.exoplatform.social.extras.migration.MigrationTool
Run identities migration.
runProfiles(NodeReader, NodeWriter, WriterContext) - Method in class org.exoplatform.social.extras.migration.MigrationTool
Run profiles migration.
runRelationships(NodeReader, NodeWriter, WriterContext) - Method in class org.exoplatform.social.extras.migration.MigrationTool
Run relationship migration.
runSpaces(NodeReader, NodeWriter, WriterContext) - Method in class org.exoplatform.social.extras.migration.MigrationTool
Run spaces migration.

S

setCompleted(WriterContext.DataType) - Method in class org.exoplatform.social.extras.migration.io.WriterContext
 
setPath(String) - Method in class org.exoplatform.social.extras.migration.io.NodeData
 
START_NODE - Static variable in class org.exoplatform.social.extras.migration.MigrationTool
 

T

TemplateTool - Class in org.exoplatform.social.extras.migration
 
TemplateTool() - Constructor for class org.exoplatform.social.extras.migration.TemplateTool
 

V

valueOf(String) - Static method in enum org.exoplatform.social.extras.migration.io.WriterContext.DataType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.exoplatform.social.extras.migration.io.WriterContext.DataType
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeActivities(InputStream, WriterContext) - Method in interface org.exoplatform.social.extras.migration.rw.NodeWriter
Activities writing.
writeActivities(InputStream, WriterContext) - Method in class org.exoplatform.social.extras.migration.rw.NodeWriter_11x_12x
Activities writing.
writeIdentities(InputStream, WriterContext) - Method in interface org.exoplatform.social.extras.migration.rw.NodeWriter
Identities writing.
writeIdentities(InputStream, WriterContext) - Method in class org.exoplatform.social.extras.migration.rw.NodeWriter_11x_12x
Identities writing.
writeNode(Node, OutputStream) - Method in class org.exoplatform.social.extras.migration.io.NodeStreamHandler
Write a node to a stream
writeProfiles(InputStream, WriterContext) - Method in interface org.exoplatform.social.extras.migration.rw.NodeWriter
Profiles writing.
writeProfiles(InputStream, WriterContext) - Method in class org.exoplatform.social.extras.migration.rw.NodeWriter_11x_12x
Profiles writing.
WriterContext - Class in org.exoplatform.social.extras.migration.io
Writer context.
WriterContext(Session, String, String) - Constructor for class org.exoplatform.social.extras.migration.io.WriterContext
 
WriterContext(Session) - Constructor for class org.exoplatform.social.extras.migration.io.WriterContext
 
WriterContext.DataType - Enum in org.exoplatform.social.extras.migration.io
 
writeRelationships(InputStream, WriterContext) - Method in interface org.exoplatform.social.extras.migration.rw.NodeWriter
Relationship writing.
writeRelationships(InputStream, WriterContext) - Method in class org.exoplatform.social.extras.migration.rw.NodeWriter_11x_12x
Relationship writing.
writeSpaces(InputStream, WriterContext) - Method in interface org.exoplatform.social.extras.migration.rw.NodeWriter
Spaces writing.
writeSpaces(InputStream, WriterContext) - Method in class org.exoplatform.social.extras.migration.rw.NodeWriter_11x_12x
Spaces writing.

C E G I M N O P R S T V W

Copyright © 2013 eXo Platform SAS. All Rights Reserved.