org.exoplatform.social.extras.migration.io
Class WriterContext
java.lang.Object
org.exoplatform.social.extras.migration.io.WriterContext
public class WriterContext
- extends Object
Writer context.
- Version:
- $Revision$
- Author:
- Alain Defrance
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriterContext
public WriterContext(javax.jcr.Session session,
String from,
String to)
WriterContext
public WriterContext(javax.jcr.Session session)
get
public String get(String key)
put
public void put(String key,
String value)
getFrom
public String getFrom()
getTo
public String getTo()
isCompleted
public boolean isCompleted(WriterContext.DataType type)
setCompleted
public void setCompleted(WriterContext.DataType type)
getDone
public Long getDone(WriterContext.DataType type)
incDone
public void incDone(WriterContext.DataType type)
cleanup
public void cleanup()
Copyright © 2013 eXo Platform SAS. All Rights Reserved.