public class ContentReader extends Object
Constructor and Description |
---|
ContentReader() |
Modifier and Type | Method and Description |
---|---|
static InputStream |
getBinary(String endpoint,
org.alfresco.webservice.content.Content binary,
String username,
String password,
int socketTimeout,
org.alfresco.webservice.util.AuthenticationDetails session) |
static org.alfresco.webservice.content.Content |
read(String endpoint,
String username,
String password,
int socketTimeout,
org.alfresco.webservice.util.AuthenticationDetails session,
org.alfresco.webservice.types.Predicate predicate,
String contentProperty)
Read the binary for the current content
|
public static org.alfresco.webservice.content.Content read(String endpoint, String username, String password, int socketTimeout, org.alfresco.webservice.util.AuthenticationDetails session, org.alfresco.webservice.types.Predicate predicate, String contentProperty) throws IOException
predicate
- IOException
public static InputStream getBinary(String endpoint, org.alfresco.webservice.content.Content binary, String username, String password, int socketTimeout, org.alfresco.webservice.util.AuthenticationDetails session) throws IOException
IOException