org.alfresco.webservice.classification
Interface ClassificationServiceSoapPort

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

public interface ClassificationServiceSoapPort
extends java.rmi.Remote


Method Summary
 ClassDefinition describeClassification(java.lang.String classification)
          Describe a classification in terms of how it is represented in the meta model i.e.
 CategoriesResult[] getCategories(Predicate items)
          Gets the categories applied to the specified content resource.
 Category[] getChildCategories(Reference parentCategory)
          Gets child categories for the specified parent category.
 Classification[] getClassifications(Store store)
          Gets available classifications.
 CategoriesResult[] setCategories(Predicate items, AppliedCategory[] categories)
          Modifies the categories applied to the specified content resource.
 

Method Detail

getClassifications

Classification[] getClassifications(Store store)
                                    throws java.rmi.RemoteException,
                                           ClassificationFault
Gets available classifications.

Throws:
java.rmi.RemoteException
ClassificationFault

getChildCategories

Category[] getChildCategories(Reference parentCategory)
                              throws java.rmi.RemoteException,
                                     ClassificationFault
Gets child categories for the specified parent category.

Throws:
java.rmi.RemoteException
ClassificationFault

getCategories

CategoriesResult[] getCategories(Predicate items)
                                 throws java.rmi.RemoteException,
                                        ClassificationFault
Gets the categories applied to the specified content resource.

Throws:
java.rmi.RemoteException
ClassificationFault

setCategories

CategoriesResult[] setCategories(Predicate items,
                                 AppliedCategory[] categories)
                                 throws java.rmi.RemoteException,
                                        ClassificationFault
Modifies the categories applied to the specified content resource.

Throws:
java.rmi.RemoteException
ClassificationFault

describeClassification

ClassDefinition describeClassification(java.lang.String classification)
                                       throws java.rmi.RemoteException,
                                              ClassificationFault
Describe a classification in terms of how it is represented in the meta model i.e. is it an aspect, which property holds the applied category.

Throws:
java.rmi.RemoteException
ClassificationFault


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