|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.content.manager.propertysets.PropertySetRepositoryImpl
public class PropertySetRepositoryImpl
This is PropertySetRepository implementation for the PropertySetManager which returns PropertySets for the ObjectClasses in a content repositories.
| Field Summary | |
|---|---|
static String |
SEPERATOR
The constant for the objectclass, repository separator |
static String |
STANDARD_NAME
|
static String |
STANDARD_VERSIONED_NAME
|
static PropertySet |
stdPropertySet
|
static PropertySet |
stdVersionedPropertySet
|
| Constructor Summary | |
|---|---|
PropertySetRepositoryImpl()
No argument Constructor. |
|
| Method Summary | |
|---|---|
boolean |
addPropertySet(String name,
PropertySet ps)
Add a PropertySet to this repository. |
void |
clear()
Clear this repository. |
PropertySet |
convert(ObjectClass oc)
Convert an ObjectClass into a PropertySet. |
ObjectClass[] |
getObjectClasses()
Connect to the repository manager and get the object classes. |
PropertySet |
getPropertySet(String name)
Get the named PropertySet. |
String |
getPropertySetName(ObjectClass oc)
Get the property set name for the object class. |
String[] |
getPropertySetNames()
Return an string array of property set names of all the property sets in the content management system. |
Map |
getPropertySets()
Get all the PropertySets available in the content management system. |
void |
removePropertySet(String name)
Remove a PropertySet from this repository. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SEPERATOR
public static final String STANDARD_NAME
public static final String STANDARD_VERSIONED_NAME
public static final PropertySet stdPropertySet
public static final PropertySet stdVersionedPropertySet
| Constructor Detail |
|---|
public PropertySetRepositoryImpl()
This will connect to the current repositories using the repository manager.
| Method Detail |
|---|
public ObjectClass[] getObjectClasses()
throws RepositoryException
If not repositories are configured, this will return an empty array.
RepositoryExceptionpublic PropertySet getPropertySet(String name)
getPropertySet in interface PropertySetRepositoryname - The name of the property set to retrieve. Returns a null if
it cannot find the named property set.
public Map getPropertySets()
getPropertySets in interface PropertySetRepositorypublic String[] getPropertySetNames()
getPropertySetNames in interface PropertySetRepositoryPropertySetRepository.getPropertySetNames()
public boolean addPropertySet(String name,
PropertySet ps)
throws UnsupportedOperationException
This operation is not supported.
addPropertySet in interface PropertySetRepositoryname - the name to associate with ths PropertySetps - the PropertySet object itself
UnsupportedOperationException - always.
public void removePropertySet(String name)
throws UnsupportedOperationException
This operation is not supported.
removePropertySet in interface PropertySetRepositoryname - the name of the PropertySet to remove
UnsupportedOperationException - always.
public void clear()
throws UnsupportedOperationException
This operation is not supported.
clear in interface PropertySetRepositoryUnsupportedOperationException - always.public String getPropertySetName(ObjectClass oc)
Object class property set names look like reponame/object-class-name.
public PropertySet convert(ObjectClass oc)
throws RepositoryException
RepositoryException
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||