public interface LexEVSApplicationService extends LexEVSService, ApplicationService
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
executeRemotely(java.lang.Object object,
java.lang.String methodName,
java.lang.String[] parameterClasses,
java.lang.Object[] args)
Execute remotely.
|
java.lang.Object |
executeSecurely(java.lang.String methodName,
java.lang.annotation.Annotation[] annotations,
java.lang.String[] parameterClasses,
java.lang.Object[] args,
java.util.HashMap tokens)
Execute securely.
|
getLexEVSConceptDomainServices, getLexEVSPickListDefinitionServices, getLexEVSValueSetDefinitionServices
getAssociation, getMaxRecordsCount, getQueryRowCount, query, query, query, query, query, query, search, search, search, search
java.lang.Object executeSecurely(java.lang.String methodName, java.lang.annotation.Annotation[] annotations, java.lang.String[] parameterClasses, java.lang.Object[] args, java.util.HashMap tokens) throws java.lang.Exception
object
- the objectannotations
- any annotions of the method to be executed.methodName
- the method nameparameterClasses
- the parameter classesargs
- the argsjava.lang.Exception
- the exceptionjava.lang.Object executeRemotely(java.lang.Object object, java.lang.String methodName, java.lang.String[] parameterClasses, java.lang.Object[] args) throws java.lang.Exception
object
- the objectmethodName
- the method nameparameterClasses
- the parameter classesargs
- the argsjava.lang.Exception
- the exception