@Deprecated public class AnnotationTypeService extends AbstractRPCService
AnnotationType
.util
Constructor and Description |
---|
AnnotationTypeService()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AnnotationTypeInfo[] |
getAnnotationTypes(java.lang.String ID,
java.lang.String itemType,
QueryOptions qOpt)
Deprecated.
Gets information about annotation types that are available
for an active session.
|
AnnotationTypeInfo |
getById(java.lang.String ID,
int itemId)
Deprecated.
Get information about an annotation type that you know the ID of.
|
attachFile, getRemoteId, getSessionControl
public AnnotationTypeInfo getById(java.lang.String ID, int itemId)
ID
- Id to identify the session.itemId
- The ID of the annotation typepublic AnnotationTypeInfo[] getAnnotationTypes(java.lang.String ID, java.lang.String itemType, QueryOptions qOpt)
ID
- Id to identify the session.itemType
- Only return annotation types for a specific item type. The
value is the string representation of Enum.name()
.
Use null to return annotation types for all item typesqOpt
- QueryOptions to use when getting the projects