|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Replicator
The Replicator is the replication service.
It can be used to replicate content.
| Field Summary | |
|---|---|
static String |
REPLICATION_PERMISSION
The user who wants to replicate needs this permission. |
| Method Summary | |
|---|---|
void |
replicate(Session session,
ReplicationActionType type,
String path)
Triggers a new replication with supplied options. |
void |
replicate(Session session,
ReplicationActionType type,
String path,
ReplicationOptions options)
Triggers a new replication with supplied options. |
| Field Detail |
|---|
static final String REPLICATION_PERMISSION
| Method Detail |
|---|
void replicate(Session session,
ReplicationActionType type,
String path)
throws ReplicationException
session - user sessiontype - The type of replicationpath - The path specified the content to be replicated
ReplicationException - if an error occurs
void replicate(Session session,
ReplicationActionType type,
String path,
ReplicationOptions options)
throws ReplicationException
session - user sessiontype - The type of replicationpath - The path specified the content to be replicatedoptions - Additional replication options
ReplicationException - if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||