|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OwCMISObjectModel
OwCMISObjectModel. Interface for handling and querying of meta-model information form current connected CMIS repository.
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
| Method Summary | |
|---|---|
OwCMISACLModel |
getACLModel()
Return the ACL model of current repository. |
OwCMISObjectClass |
getObjectClass(String objectClassName_p)
Returning the OwCMISObjectClass for the given objectClassName_p. |
Map<String,String> |
getObjectClassNames(int[] types_p,
boolean excludeHiddenAndNonInstantiable_p,
boolean rootOnly_p,
Locale locale_p)
This method is called by network to request the map. |
OwCMISPropertyClass |
getPropertyClass(String propertyClassName_p)
Should return the corresponding property, which was requested by the given property class name. |
OwCMISResource |
getResource()
Return the depending OwCMISResource which is used for the meta-model calls. |
OwCMISVersionModel |
getVersionModel()
Return a handler for versioning, version and version series creation. |
| Method Detail |
|---|
OwCMISPropertyClass getPropertyClass(String propertyClassName_p)
throws com.wewebu.ow.server.exceptions.OwException
propertyClassName_p - String, non-null value
com.wewebu.ow.server.exceptions.OwException - if could not resolve/retrieve the by given name
OwCMISObjectClass getObjectClass(String objectClassName_p)
throws com.wewebu.ow.server.exceptions.OwException
objectClassName_p.
objectClassName_p - String representing unique symbolic name
com.wewebu.ow.server.exceptions.OwException - if object class could not be found
Map<String,String> getObjectClassNames(int[] types_p,
boolean excludeHiddenAndNonInstantiable_p,
boolean rootOnly_p,
Locale locale_p)
throws com.wewebu.ow.server.exceptions.OwException
types_p - array of types or null,excludeHiddenAndNonInstantiable_p - boolean to filter hidden or not instantiable classesrootOnly_p - requesting only root classes
com.wewebu.ow.server.exceptions.OwExceptionOwRepository.getObjectClassNames(int[],boolean, boolean, OwResource)
OwCMISVersionModel getVersionModel()
throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwExceptionOwCMISVersionModel
OwCMISACLModel getACLModel()
throws com.wewebu.ow.server.exceptions.OwException,
com.wewebu.ow.server.exceptions.OwNotSupportedException
com.wewebu.ow.server.exceptions.OwException - if could not retrieve information about possible ACL handling
com.wewebu.ow.server.exceptions.OwNotSupportedExceptionOwCMISResource getResource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||