public class RemoteTransformerClient extends Object
| Constructor and Description |
|---|
RemoteTransformerClient(String name,
String baseUrl) |
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.util.Pair<Boolean,String> |
checkCommand(org.apache.commons.logging.Log logger) |
static org.alfresco.util.Pair<Boolean,String> |
checkCommand(org.alfresco.util.exec.RuntimeExec checkCommand)
Helper method that returns the same result type as
checkCommand(Log) given a local checkCommand. |
String |
getBaseUrl() |
void |
request(org.alfresco.service.cmr.repository.ContentReader reader,
org.alfresco.service.cmr.repository.ContentWriter writer,
String sourceMimetype,
String sourceExtension,
String targetExtension,
long timeoutMs,
org.apache.commons.logging.Log logger,
String... args) |
public String getBaseUrl()
public void request(org.alfresco.service.cmr.repository.ContentReader reader,
org.alfresco.service.cmr.repository.ContentWriter writer,
String sourceMimetype,
String sourceExtension,
String targetExtension,
long timeoutMs,
org.apache.commons.logging.Log logger,
String... args)
throws IllegalAccessException
IllegalAccessExceptionpublic org.alfresco.util.Pair<Boolean,String> checkCommand(org.apache.commons.logging.Log logger)
public static org.alfresco.util.Pair<Boolean,String> checkCommand(org.alfresco.util.exec.RuntimeExec checkCommand)
checkCommand(Log) given a local checkCommand.Copyright © 2005–2018 Alfresco Software. All rights reserved.