@Deprecated public class AnnotationTypeClient extends AbstractRPCClient
AnnotationTypeService
Modifier and Type | Field and Description |
---|---|
private SessionClient |
session
Deprecated.
|
Constructor and Description |
---|
AnnotationTypeClient(SessionClient session)
Deprecated.
Creates new AnnotationTypeClient object for an active session client.
|
Modifier and Type | Method and Description |
---|---|
AnnotationTypeInfo[] |
getAnnotationTypes(String itemType,
QueryOptions qOpt)
Deprecated.
Gets info about each projects that are available for the active session client.
|
AnnotationTypeInfo |
getById(int itemId)
Deprecated.
Get info about an annotation type when you know the ID.
|
getOperation, getService, getServiceFactory, invokeBlocking, invokeBlocking, invokeBlocking, invokeFileBlocking, setServiceFactory
private final SessionClient session
public AnnotationTypeClient(SessionClient session)
session
- The active session clientpublic AnnotationTypeInfo getById(int itemId) throws org.apache.axis2.AxisFault
itemId
- The ID of the annotation typeorg.apache.axis2.AxisFault
- If communication with web service fails.public AnnotationTypeInfo[] getAnnotationTypes(String itemType, QueryOptions qOpt) throws org.apache.axis2.AxisFault
itemType
- The name of the item type as defined by Enum.name()
or null to return annotation types for all item typesqOpt
- Options to put on the queryorg.apache.axis2.AxisFault
- If communication with web service fails.