| Package | Description |
|---|---|
| com.adobe.acs.commons.replication.status |
Replication utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static ReplicationStatusManager.Status |
ReplicationStatusManager.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationStatusManager.Status[] |
ReplicationStatusManager.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationStatusManager.setReplicationStatus(org.apache.sling.api.resource.ResourceResolver resourceResolver,
String replicatedBy,
Calendar replicatedAt,
ReplicationStatusManager.Status status,
org.apache.sling.api.resource.Resource... resources)
Marks the resources at the provides paths with the parameterized replication status.
|
void |
ReplicationStatusManager.setReplicationStatus(org.apache.sling.api.resource.ResourceResolver resourceResolver,
String replicatedBy,
Calendar replicatedAt,
ReplicationStatusManager.Status status,
String... paths)
Marks the resources at the provides paths with the parameterized replication status.
|
Copyright © 2013–2020 Adobe. All rights reserved.