|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CentraSiteObjectTypeManager
CentraSiteObjectTypeManager used to populate the CentraObjectType based on the different criteria.
QName
CentraSiteObjectTypeManager instantiated by the CentraSiteObjectFactory, the following is the sample code which will give you the reference to CentraSiteObjectManager.
CentraSiteObjectFactory centraSiteObjectFactory = CentraSiteObjectFactory.getInstance(CentraSiteConnection);
CentraSiteObjectTypeManager
centraSiteObjectTypeManager = centraSiteObjectFactory.getCentraSiteObjectTypeManager();
Method Summary | |
---|---|
java.util.List<CentraSiteObjectAttribute> |
getAllCommonAttributes()
Returns all the Common Attributes. |
CentraSiteObjectType |
getType(javax.xml.namespace.QName name)
populate the CentraSiteObjectType persisted using the given primary key. |
CentraSiteObjectType |
getType(java.lang.String name)
populate the CentraSiteRegistryObjectType , if the concept is exists with the given name. |
CentraSiteObjectType |
getTypeByDisplayName(java.lang.String name)
create the CentraSiteObjectType for the given name. |
java.util.Collection<CentraSiteObjectType> |
getTypes(java.lang.String keyword)
fetches the collection of types that are containing the given keyword |
Method Detail |
---|
CentraSiteObjectType getType(java.lang.String name) throws CLLException
CentraSiteRegistryObjectType
, if the concept is exists with the given name.
if concept is not exists with the given name then returns the null.
name
- identifier which used to identify the CentraSiteObjectType.
CLLException
- thrown in case of failed to populate the CentraSiteObjectType for the given identifier.CentraSiteObjectType getType(javax.xml.namespace.QName name) throws CLLException
name
- identifier which used to identify the registry object.
com.softwareag.centrasite.common.exception.CLLException
- thrown in case of failed to populate the CentraSiteRegistryObject for the given identifier.
CLLException
java.util.Collection<CentraSiteObjectType> getTypes(java.lang.String keyword) throws CLLException
keyword
- string for which the search is being performed
CLLException
CentraSiteObjectType getTypeByDisplayName(java.lang.String name) throws CLLException
name
- type representation for CentraSiteObject
CLLException
- thrown in case of failed to populate the CentraSiteObject for the given type.java.util.List<CentraSiteObjectAttribute> getAllCommonAttributes() throws CLLException
CLLException
- thrown in case the attribute retrieval fails.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |