Package com.day.cq.replication
Interface ReplicationResultInfo
-
@ProviderType public interface ReplicationResultInfo
Incorporates replication details to accompany the replication result of a request.
-
-
Field Summary
Fields Modifier and Type Field Description static ReplicationResultInfo
NONE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getArtifactId()
Returns the unique id for the published artifact
-
-
-
Field Detail
-
NONE
static final ReplicationResultInfo NONE
-
-