|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwCMISALAspectRetriever
Interface to retrieve the Id's of mandatory aspects. All Retrieve implementation must implement this interface if should be used as retriever.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Field Summary | |
---|---|
static String |
PREFIX_ASPECT
CMIS id prefix used to represent Aspects |
static String |
RETRIEVER_CLASS
optional configuration node for specific retriever class in network configuration |
static String |
RETRIEVER_URL
optional configuration for the URL to be used for mandatory aspect retrieving |
Method Summary | |
---|---|
List<String> |
retrieveAspectIds(OwCMISNetwork network,
OwCMISObjectClass clazz)
Will return a list of Id's which must not conform with the Alfresco CMIS Id representation. |
Field Detail |
---|
static final String RETRIEVER_CLASS
static final String RETRIEVER_URL
static final String PREFIX_ASPECT
Method Detail |
---|
List<String> retrieveAspectIds(OwCMISNetwork network, OwCMISObjectClass clazz) throws IOException, com.wewebu.ow.server.exceptions.OwException
network
- OwCMISNetwork to get configurationclazz
- OwCMISObjectClass for which the list of mandatory aspect Id's should be retrieved.
IOException
- If could not communicate with server (could not create connection)
com.wewebu.ow.server.exceptions.OwException
- if could not retrieve configuration from network instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |