Package com.adobe.cq.dam.mac.sync.api
Interface SyncAgent
-
public interface SyncAgentDAM Sync Agent Configuration. Defines the properties of a DAM Sync Agent.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAgentNameForTenant(String tenant)Provides a suitable name for a replication agent used for the bi-directional synchronisation.StringgetCqTemplate()Returns thecq:Templateproperty of the sync agentStringgetName()Returns the name of the sync agentStringgetProtocolHTTPMethod()Returns the HTTP Method for the sync agentStringgetSlingResourceType()Returns thesling:ResourceTypeproperty of the sync agentStringgetType()Returns the type of the sync agent
-
-
-
Method Detail
-
getName
String getName()
Returns the name of the sync agent- Returns:
-
getType
String getType()
Returns the type of the sync agent- Returns:
-
getProtocolHTTPMethod
String getProtocolHTTPMethod()
Returns the HTTP Method for the sync agent- Returns:
-
getSlingResourceType
String getSlingResourceType()
Returns thesling:ResourceTypeproperty of the sync agent- Returns:
-
getCqTemplate
String getCqTemplate()
Returns thecq:Templateproperty of the sync agent- Returns:
-
-