public class SubjectAreaBaseImpl extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
omasServerURL |
protected String |
serverName |
| Constructor and Description |
|---|
SubjectAreaBaseImpl(String omasServerURL,
String serverName)
Default Constructor used once a connector is created.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
encodeQueryProperty(String propertyName,
String propertyValue,
String methodName,
StringBuffer queryStringSB) |
protected List<Line> |
getRelationships(String base_url,
String userId,
String guid,
Date asOfTime,
int offset,
int pageSize,
SequencingOrder sequencingOrder,
String sequencingProperty) |
public SubjectAreaBaseImpl(String omasServerURL, String serverName)
serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenantomasServerURL - unique id for the connector instanceprotected void encodeQueryProperty(String propertyName, String propertyValue, String methodName, StringBuffer queryStringSB) throws InvalidParameterException
InvalidParameterExceptionprotected List<Line> getRelationships(String base_url, String userId, String guid, Date asOfTime, int offset, int pageSize, SequencingOrder sequencingOrder, String sequencingProperty) throws InvalidParameterException, MetadataServerUncontactableException, UserNotAuthorizedException, FunctionNotSupportedException, UnexpectedResponseException
Copyright © 2018–2020 ODPi. All rights reserved.