org.alfresco.webservice.dictionary
Interface DictionaryServiceSoapPort

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
DictionaryServiceSoapBindingStub

public interface DictionaryServiceSoapPort
extends java.rmi.Remote


Method Summary
 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).
 

Method Detail

getClasses

ClassDefinition[] getClasses(ClassPredicate types,
                             ClassPredicate aspects)
                             throws java.rmi.RemoteException,
                                    DictionaryFault
Retrieves the class definitions of types and aspects.

Throws:
java.rmi.RemoteException
DictionaryFault

getProperties

PropertyDefinition[] getProperties(java.lang.String[] propertyNames)
                                   throws java.rmi.RemoteException,
                                          DictionaryFault
Retrieves property definitions.

Throws:
java.rmi.RemoteException
DictionaryFault

getAssociations

AssociationDefinition[] getAssociations(java.lang.String[] associationNames)
                                        throws java.rmi.RemoteException,
                                               DictionaryFault
Retrieves association definitions.

Throws:
java.rmi.RemoteException
DictionaryFault

isSubClass

boolean isSubClass(java.lang.String className,
                   java.lang.String isSubClassOfName)
                   throws java.rmi.RemoteException,
                          DictionaryFault
Determines whether a type (or aspect) is a sub class of another type (or aspect).

Throws:
java.rmi.RemoteException
DictionaryFault


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.