|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
BIPlatform as a replacement.
public interface BICatalogObject
The BICatalogObject interface is a parent interface that can hold information about any object stored by the Web Services provider server.
BICatalogObjects can be of the following types:
Example: Return a sorted array of all BICatalogObject types from the root level folder with no ResourceRights or ObjectProperties included in the individual BICatalogObjects.
Session mySession = new Session(boConnection);
String[] strBOCatURL = boSession.getAssociatedServicesURL("BICatalog");
BICatalog boCatalog = BICatalog.getInstance(boSession,strBOCatURL[0]);
com.businessobjects.dsws.bicatalog.SortType[] mySort = new com.businessobjects.dsws.bicatalog.SortType[1];
mySort[0] = com.businessobjects.dsws.bicatalog.SortType.NAMEDESC;
BICatalogObject[] boCatObjects = boCatalog.getCatalog("", 0, mySort, null, null, null, InstanceRetrievalType.ALL);
BICatalogObject myBOCatObject = boCatObjects[0];
String strBOCatuid = myBOCatObject.getUID();
Connection,
AuthenticationCredential,
Session,
BICatalog,
SortType,
ResourceRight,
ObjectProperty,
InstanceRetrievalType| Nested Class Summary | |
|---|---|
static class |
BICatalogObject.Factory
Deprecated. As of Business Objects XI Release 3.0. Use BIPlatform as a replacement. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Deprecated. Internal Use Only. |
| Method Summary | |
|---|---|
BICatalogObject |
addNewChildren()
Deprecated. Internal Use Only. |
ObjectProperty |
addNewObjectProperties()
Deprecated. Internal Use Only. |
ResourceRight |
addNewResourceRights()
Deprecated. Internal Use Only. |
WSResource |
addNewWSResourceList()
Deprecated. Internal Use Only. |
java.lang.String |
getAuthor()
Deprecated. Returns the name of the author of this BICatalogObject. |
BICatalogObject[] |
getChildrenArray()
Deprecated. Returns an array of this BICatalogObject's child BICatalogObject. |
BICatalogObject |
getChildrenArray(int i)
Deprecated. Internal Use Only. |
java.util.Calendar |
getCreationDate()
Deprecated. Returns the date on which this BICatalogObject was created. |
java.lang.String |
getDescription()
Deprecated. Return a description of the BICatalogObject. |
java.lang.String |
getKeywords()
Deprecated. Returns the keywords associated to the BICatalogObject. |
java.lang.String |
getName()
Deprecated. Returns the Name attribute. |
ObjectProperty[] |
getObjectPropertiesArray()
Deprecated. Returns an array of ObjectProperties assigned to the BICatalogObject. |
ObjectProperty |
getObjectPropertiesArray(int i)
Deprecated. Returns an array of ObjectProperties assigned to the BICatalogObject at the specified indexed position. |
java.lang.String |
getObjectType()
Deprecated. Returns a string showing the type of BICatalogObject. |
ResourceRight[] |
getResourceRightsArray()
Deprecated. Returns an array of ResourceRight assigned to the BICatalogObject. |
ResourceRight |
getResourceRightsArray(int i)
Deprecated. Returns an array of ResourceRight assigned to the BICatalogObject at the specified indexed position. |
java.lang.String |
getUID()
Deprecated. Returns the system unique ID (UID) for this BICatalogObject. |
WSResource[] |
getWSResourceListArray()
Deprecated. Returns an array of WSResource assigned to the BICatalogObject. |
WSResource |
getWSResourceListArray(int i)
Deprecated. Returns a single WSResource assigned to this BICatalogObject at a specified indexed position. |
BICatalogObject |
insertNewChildren(int i)
Deprecated. Internal Use Only. |
ObjectProperty |
insertNewObjectProperties(int i)
Deprecated. Internal Use Only. |
ResourceRight |
insertNewResourceRights(int i)
Deprecated. Internal Use Only. |
WSResource |
insertNewWSResourceList(int i)
Deprecated. Internal Use Only. |
boolean |
isSetDescription()
Deprecated. Checks if the Description element has been set. |
boolean |
isSetKeywords()
Deprecated. Checks if the Keywords element has been set |
void |
removeChildren(int i)
Deprecated. Internal Use Only. |
void |
removeObjectProperties(int i)
Deprecated. Internal Use Only. |
void |
removeResourceRights(int i)
Deprecated. Internal Use Only. |
void |
removeWSResourceList(int i)
Deprecated. Internal Use Only. |
void |
setAuthor(java.lang.String author)
Deprecated. Internal Use Only. |
void |
setChildrenArray(BICatalogObject[] childrenArray)
Deprecated. Internal Use Only. |
void |
setChildrenArray(int i,
BICatalogObject children)
Deprecated. Internal Use Only. |
void |
setCreationDate(java.util.Calendar creationDate)
Deprecated. Internal Use Only. |
void |
setDescription(java.lang.String description)
Deprecated. Sets the Description element. |
void |
setKeywords(java.lang.String keywords)
Deprecated. Internal Use Only. |
void |
setName(java.lang.String name)
Deprecated. Internal Use Only. |
void |
setObjectPropertiesArray(int i,
ObjectProperty objectProperties)
Deprecated. Internal Use Only. |
void |
setObjectPropertiesArray(ObjectProperty[] objectPropertiesArray)
Deprecated. Internal Use Only. |
void |
setObjectType(java.lang.String objectType)
Deprecated. Internal Use Only. |
void |
setResourceRightsArray(int i,
ResourceRight resourceRights)
Deprecated. Internal Use Only. |
void |
setResourceRightsArray(ResourceRight[] resourceRightsArray)
Deprecated. Internal Use Only. |
void |
setUID(java.lang.String uid)
Deprecated. Sets the UID attribute. |
void |
setWSResourceListArray(int i,
WSResource wsResourceList)
Deprecated. Internal Use Only. |
void |
setWSResourceListArray(WSResource[] wsResourceListArray)
Deprecated. Internal Use Only. |
int |
sizeOfChildrenArray()
Deprecated. Returns size of the ChildrenArray |
int |
sizeOfObjectPropertiesArray()
Deprecated. Returns the size of the ObjectPropertiesArray. |
int |
sizeOfResourceRightsArray()
Deprecated. Returns size of the ResourceRightsArray. |
int |
sizeOfWSResourceListArray()
Deprecated. Returns the size of the WSResourceListArray. |
void |
unsetDescription()
Deprecated. Deletes or unsets the Description element. |
void |
unsetKeywords()
Deprecated. Deletes or unsets the Keywords element |
org.apache.xmlbeans.XmlString |
xgetAuthor()
Deprecated. Internal Use Only. |
org.apache.xmlbeans.XmlDateTime |
xgetCreationDate()
Deprecated. Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetDescription()
Deprecated. Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetKeywords()
Deprecated. Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetName()
Deprecated. Returns the name of this BICatalogObject. |
org.apache.xmlbeans.XmlString |
xgetObjectType()
Deprecated. Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetUID()
Deprecated. Internal Use Only. |
void |
xsetAuthor(org.apache.xmlbeans.XmlString author)
Deprecated. Internal Use Only. |
void |
xsetCreationDate(org.apache.xmlbeans.XmlDateTime creationDate)
Deprecated. Internal Use Only. |
void |
xsetDescription(org.apache.xmlbeans.XmlString description)
Deprecated. Internal Use Only. |
void |
xsetKeywords(org.apache.xmlbeans.XmlString keywords)
Deprecated. Internal Use Only. |
void |
xsetName(org.apache.xmlbeans.XmlString name)
Deprecated. Internal Use Only. |
void |
xsetObjectType(org.apache.xmlbeans.XmlString objectType)
Deprecated. Internal Use Only. |
void |
xsetUID(org.apache.xmlbeans.XmlString uid)
Deprecated. Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getDescription()
BICatalogObject.
BICatalogObject.org.apache.xmlbeans.XmlString xgetDescription()
boolean isSetDescription()
true if the Description element has been set,otherwise false.void setDescription(java.lang.String description)
description - A String containing the Description element.void xsetDescription(org.apache.xmlbeans.XmlString description)
void unsetDescription()
java.lang.String getKeywords()
BICatalogObject.
BICatalogObject.org.apache.xmlbeans.XmlString xgetKeywords()
boolean isSetKeywords()
true if the Keywords element has been set,otherwise false.void setKeywords(java.lang.String keywords)
Internal Use Only.
void xsetKeywords(org.apache.xmlbeans.XmlString keywords)
Internal Use Only.
void unsetKeywords()
ResourceRight[] getResourceRightsArray()
BICatalogObject.
BICatalogObject is empty unless
explicitly demanded when
BICatalog.getCatalog
is called.
ResourceRightResourceRight getResourceRightsArray(int i)
BICatalogObject at the specified indexed position.
BICatalogObject is empty unless
explicitly demanded when
BICatalog.getCatalog
is called.
i - The index position.
ResourceRightint sizeOfResourceRightsArray()
integer which is the size of the ResourceRightsArray.void setResourceRightsArray(ResourceRight[] resourceRightsArray)
Internal Use Only.
void setResourceRightsArray(int i,
ResourceRight resourceRights)
Internal Use Only.
ResourceRight insertNewResourceRights(int i)
Internal Use Only.
ResourceRight addNewResourceRights()
Internal Use Only.
void removeResourceRights(int i)
Internal Use Only.
ObjectProperty[] getObjectPropertiesArray()
BICatalogObject.
BICatalogObject.ObjectPropertyObjectProperty getObjectPropertiesArray(int i)
BICatalogObject at the specified indexed position.
ObjectPropertyint sizeOfObjectPropertiesArray()
integer containing the size of the ObjectPropertiesArray.void setObjectPropertiesArray(ObjectProperty[] objectPropertiesArray)
Internal Use Only.
void setObjectPropertiesArray(int i,
ObjectProperty objectProperties)
Internal Use Only.
ObjectProperty insertNewObjectProperties(int i)
Internal Use Only.
ObjectProperty addNewObjectProperties()
Internal Use Only.
void removeObjectProperties(int i)
Internal Use Only.
WSResource[] getWSResourceListArray()
BICatalogObject.
BICatalogObject.WSResourceWSResource getWSResourceListArray(int i)
BICatalogObject at a specified indexed position.
i - Index of the WSResource to be returned.
com.businessobjects.dsws.bicatalog.WSResource.int sizeOfWSResourceListArray()
integer containing the size of the WSResourceListArray.void setWSResourceListArray(WSResource[] wsResourceListArray)
Internal Use Only.
void setWSResourceListArray(int i,
WSResource wsResourceList)
Internal Use Only.
WSResource insertNewWSResourceList(int i)
Internal Use Only.
WSResource addNewWSResourceList()
Internal Use Only.
void removeWSResourceList(int i)
Internal Use Only.
BICatalogObject[] getChildrenArray()
BICatalogObject.
BICatalogObject getChildrenArray(int i)
Internal Use Only.
int sizeOfChildrenArray()
integer containing the size of the ChildrenArray.void setChildrenArray(BICatalogObject[] childrenArray)
Internal Use Only.
void setChildrenArray(int i,
BICatalogObject children)
Internal Use Only.
BICatalogObject insertNewChildren(int i)
Internal Use Only.
BICatalogObject addNewChildren()
Internal Use Only.
void removeChildren(int i)
Internal Use Only.
java.lang.String getObjectType()
BICatalogObject.
A BICatalogObject can be of the following type:| Type | Details |
|---|---|
| Folder | Basic folder type |
| FavoriteFolder | Favorite folder type |
| ObjectPackage | ObjectPackage folder type |
| Type | Details |
|---|---|
| Category | Basic category type |
| Type | Details |
|---|---|
| CrystalReport | CrystalReport (rpt) type |
| WebIntelligence | WebIntelligence (wid) type |
| WebIntelligenceLegacy | WebIntelligence 2.x (wqy) type |
| BusinessQuery | BusinessQuery (bqy) type |
| BusinessObjects | BusinessObjects (rep) type |
| Excel | Excel (xls) type |
| Adobe Pdf type | |
| Rtf | Rtf type |
| Txt | Text type |
| Word | Microsoft Word (doc) type |
| PowerPoint | Microsoft PowerPoint (ppt) type |
| Program | Program type |
| Agnostic | All other types |
String containing the name of the BICatalogObject type.org.apache.xmlbeans.XmlString xgetObjectType()
Internal Use Only.
void setObjectType(java.lang.String objectType)
Internal Use Only.
void xsetObjectType(org.apache.xmlbeans.XmlString objectType)
Internal Use Only.
java.lang.String getUID()
BICatalogObject.
String containing the UID for this object.org.apache.xmlbeans.XmlString xgetUID()
Internal Use Only.
void setUID(java.lang.String uid)
void xsetUID(org.apache.xmlbeans.XmlString uid)
Internal Use Only.
java.lang.String getName()
String the Name.org.apache.xmlbeans.XmlString xgetName()
BICatalogObject.
For example, if this object were of the Document object type, this would be the document name.
String containing the name of this object.void setName(java.lang.String name)
Internal Use Only.
void xsetName(org.apache.xmlbeans.XmlString name)
Internal Use Only.
java.lang.String getAuthor()
BICatalogObject.
For example, if this object was of the Document object type, this would be the document's author.
String containing the name of the author of this object.org.apache.xmlbeans.XmlString xgetAuthor()
Internal Use Only.
void setAuthor(java.lang.String author)
Internal Use Only.
void xsetAuthor(org.apache.xmlbeans.XmlString author)
Internal Use Only.
java.util.Calendar getCreationDate()
BICatalogObject was created.
String containing the date this BICatalogObject was created.org.apache.xmlbeans.XmlDateTime xgetCreationDate()
Internal Use Only.
void setCreationDate(java.util.Calendar creationDate)
Internal Use Only.
void xsetCreationDate(org.apache.xmlbeans.XmlDateTime creationDate)
Internal Use Only.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||