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