public interface DictionaryServiceSoapPort extends Remote
| Modifier and Type | Method and Description |
|---|---|
AssociationDefinition[] |
getAssociations(String[] associationNames)
Retrieves association definitions.
|
ClassDefinition[] |
getClasses(ClassPredicate types,
ClassPredicate aspects)
Retrieves the class definitions of types and aspects.
|
PropertyDefinition[] |
getProperties(String[] propertyNames)
Retrieves property definitions.
|
boolean |
isSubClass(String className,
String isSubClassOfName)
Determines whether a type (or aspect) is a sub class of another
type (or aspect).
|
ClassDefinition[] getClasses(ClassPredicate types, ClassPredicate aspects) throws RemoteException, DictionaryFault
RemoteExceptionDictionaryFaultPropertyDefinition[] getProperties(String[] propertyNames) throws RemoteException, DictionaryFault
RemoteExceptionDictionaryFaultAssociationDefinition[] getAssociations(String[] associationNames) throws RemoteException, DictionaryFault
RemoteExceptionDictionaryFaultboolean isSubClass(String className, String isSubClassOfName) throws RemoteException, DictionaryFault
RemoteExceptionDictionaryFaultCopyright © 2005–2014 Alfresco Software. All rights reserved.