|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
BIPlatform as a replacement.
public interface ResourceInfo
The information associated with a resource. You can use this interface to update or change the information associated with a resource in the Enterprise system.
| Nested Class Summary | |
|---|---|
static class |
ResourceInfo.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 | |
|---|---|
void |
addKeywords(java.lang.String keywords)
Deprecated. Appends the value as the last Keywords element. |
org.apache.xmlbeans.XmlString |
addNewKeywords()
Deprecated. Appends and returns a new empty value (as xml) as the last Keywords element. |
org.apache.xmlbeans.XmlString |
addNewPersonalCategories()
Deprecated. Appends and returns a new empty value (as xml) as the last PersonalCategories element. |
org.apache.xmlbeans.XmlString |
addNewPublicCategories()
Deprecated. Appends and returns a new empty value (as xml) as the last PublicCategories element. |
void |
addPersonalCategories(java.lang.String personalCategories)
Deprecated. Appends the value as the last PersonalCategories element. |
void |
addPublicCategories(java.lang.String publicCategories)
Deprecated. Appends the value as the last PublicCategories element. |
java.lang.String |
getDescription()
Deprecated. Returns the description of the resource. |
java.lang.String[] |
getKeywordsArray()
Deprecated. Returns the key words associated with the resource. |
java.lang.String |
getKeywordsArray(int i)
Deprecated. Returns the key words associated with the resource at the specified indexed position. |
java.lang.String[] |
getPersonalCategoriesArray()
Deprecated. Gets the personal categories for the resource. |
java.lang.String |
getPersonalCategoriesArray(int i)
Deprecated. Gets the personal categories for the resource ata specified index position. |
java.lang.String[] |
getPublicCategoriesArray()
Deprecated. Gets the public categories assigned to the resource. |
java.lang.String |
getPublicCategoriesArray(int i)
Deprecated. Gets the PublicCategories element at the specified index position. |
java.lang.String |
getTitle()
Deprecated. Returns the title of the resource. |
void |
insertKeywords(int i,
java.lang.String keywords)
Deprecated. Inserts the value of the Keywords element at the specified index position. |
org.apache.xmlbeans.XmlString |
insertNewKeywords(int i)
Deprecated. Inserts and returns a new empty value (as xml) of the Keywords element at the specified index position. |
org.apache.xmlbeans.XmlString |
insertNewPersonalCategories(int i)
Deprecated. Inserts and returns a new empty value (as xml) of the PersonalCategories element at the specified index position. |
org.apache.xmlbeans.XmlString |
insertNewPublicCategories(int i)
Deprecated. Inserts and returns a new empty value (as xml) of the PublicCategories element at the specified index position. |
void |
insertPersonalCategories(int i,
java.lang.String personalCategories)
Deprecated. Inserts the value of the PersonalCategories element at the specified index position. |
void |
insertPublicCategories(int i,
java.lang.String publicCategories)
Deprecated. Inserts the value as the ith PublicCategories element. |
boolean |
isNilKeywordsArray(int i)
Deprecated. Checks of the Keywords element is set to Nil. |
boolean |
isNilPersonalCategoriesArray(int i)
Deprecated. Checks if the PersonalCategories element is set to Nil. |
boolean |
isNilPublicCategoriesArray(int i)
Deprecated. Checks if the PublicCategories element is set to Nil. |
boolean |
isSetDescription()
Deprecated. Checks if the Description element has been set. |
boolean |
isSetTitle()
Deprecated. Checks if the Title element has been set. |
void |
removeKeywords(int i)
Deprecated. Removes the Keywords element at the specified index position. |
void |
removePersonalCategories(int i)
Deprecated. Removes the PersonalCategories element at the specified index position. |
void |
removePublicCategories(int i)
Deprecated. Removes the PublicCategories element at the specified indexed position. |
void |
setDescription(java.lang.String description)
Deprecated. Sets the description of the resource. |
void |
setKeywordsArray(int i,
java.lang.String keywords)
Deprecated. Sets the key words associated with the resource at the specified indexed position. |
void |
setKeywordsArray(java.lang.String[] keywordsArray)
Deprecated. Sets the key words associated with the resource. |
void |
setNilKeywordsArray(int i)
Deprecated. Sets the value of the Keywords element to Nil at the specified index position. |
void |
setNilPersonalCategoriesArray(int i)
Deprecated. Sets the value of PersonalCategories element to Nil at the specified index position. |
void |
setNilPublicCategoriesArray(int i)
Deprecated. Sets the PublicCategories element to nil at the specified index position. |
void |
setPersonalCategoriesArray(int i,
java.lang.String personalCategories)
Deprecated. Gets the personal categories for the resource. |
void |
setPersonalCategoriesArray(java.lang.String[] personalCategoriesArray)
Deprecated. |
void |
setPublicCategoriesArray(int i,
java.lang.String publicCategories)
Deprecated. Sets the public categories for the resource at a specified indexed position. |
void |
setPublicCategoriesArray(java.lang.String[] publicCategoriesArray)
Deprecated. Sets the public categories for the resource. |
void |
setTitle(java.lang.String title)
Deprecated. Sets the title of the resource. |
int |
sizeOfKeywordsArray()
Deprecated. Returns the size of the KeywordsArray |
int |
sizeOfPersonalCategoriesArray()
Deprecated. Returns the size of the PersonalCategoriesArray. |
int |
sizeOfPublicCategoriesArray()
Deprecated. Returns the size of the PublicCategoriesArray. |
void |
unsetDescription()
Deprecated. Deletes or unsets the Description element. |
void |
unsetTitle()
Deprecated. Deletes or unsets the Title element |
org.apache.xmlbeans.XmlString |
xgetDescription()
Deprecated. Internal Use Only. |
org.apache.xmlbeans.XmlString[] |
xgetKeywordsArray()
Deprecated. Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetKeywordsArray(int i)
Deprecated. Internal Use Only. |
org.apache.xmlbeans.XmlString[] |
xgetPersonalCategoriesArray()
Deprecated. Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetPersonalCategoriesArray(int i)
Deprecated. Internal Use Only. |
org.apache.xmlbeans.XmlString[] |
xgetPublicCategoriesArray()
Deprecated. Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetPublicCategoriesArray(int i)
Deprecated. Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetTitle()
Deprecated. Internal Use Only. |
void |
xsetDescription(org.apache.xmlbeans.XmlString description)
Deprecated. Internal Use Only. |
void |
xsetKeywordsArray(int i,
org.apache.xmlbeans.XmlString keywords)
Deprecated. Internal Use Only. |
void |
xsetKeywordsArray(org.apache.xmlbeans.XmlString[] keywordsArray)
Deprecated. Internal Use Only. |
void |
xsetPersonalCategoriesArray(int i,
org.apache.xmlbeans.XmlString personalCategories)
Deprecated. Internal Use Only. |
void |
xsetPersonalCategoriesArray(org.apache.xmlbeans.XmlString[] personalCategoriesArray)
Deprecated. Internal Use Only. |
void |
xsetPublicCategoriesArray(int i,
org.apache.xmlbeans.XmlString publicCategories)
Deprecated. Internal Use Only. |
void |
xsetPublicCategoriesArray(org.apache.xmlbeans.XmlString[] publicCategoriesArray)
Deprecated. Internal Use Only. |
void |
xsetTitle(org.apache.xmlbeans.XmlString title)
Deprecated. Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getTitle()
Returns the title of the resource.
String.org.apache.xmlbeans.XmlString xgetTitle()
boolean isSetTitle()
true if the Title element has been set,otherwise false.void setTitle(java.lang.String title)
Sets the title of the resource.
title - The title of the resource as a Stringvoid xsetTitle(org.apache.xmlbeans.XmlString title)
void unsetTitle()
java.lang.String getDescription()
Returns the description of the resource.
org.apache.xmlbeans.XmlString xgetDescription()
boolean isSetDescription()
true if the Description element has been set,otherwise false.void setDescription(java.lang.String description)
Sets the description of the resource.
description - The description of the resource as a Stringvoid xsetDescription(org.apache.xmlbeans.XmlString description)
void unsetDescription()
java.lang.String[] getKeywordsArray()
Returns the key words associated with the resource.
java.lang.String getKeywordsArray(int i)
Returns the key words associated with the resource at the specified indexed position.
i - The index position.
org.apache.xmlbeans.XmlString[] xgetKeywordsArray()
org.apache.xmlbeans.XmlString xgetKeywordsArray(int i)
boolean isNilKeywordsArray(int i)
true if the Keywords element has been set,otherwise false.int sizeOfKeywordsArray()
integer that is the size of the KeywordsArrayvoid setKeywordsArray(java.lang.String[] keywordsArray)
Sets the key words associated with the resource.
keywordsArray - The key words associated with the resource as a String array
void setKeywordsArray(int i,
java.lang.String keywords)
Sets the key words associated with the resource at the specified indexed position.
i - The index position.keywords - The key words associated with the resource as a String arrayvoid xsetKeywordsArray(org.apache.xmlbeans.XmlString[] keywordsArray)
void xsetKeywordsArray(int i,
org.apache.xmlbeans.XmlString keywords)
void setNilKeywordsArray(int i)
i - The index position.
void insertKeywords(int i,
java.lang.String keywords)
i - The index position.keywords - void addKeywords(java.lang.String keywords)
keywords - org.apache.xmlbeans.XmlString insertNewKeywords(int i)
i - The index position.org.apache.xmlbeans.XmlString addNewKeywords()
void removeKeywords(int i)
i - The index position.java.lang.String[] getPublicCategoriesArray()
Gets the public categories assigned to the resource.
java.lang.String getPublicCategoriesArray(int i)
i - The index position.org.apache.xmlbeans.XmlString[] xgetPublicCategoriesArray()
org.apache.xmlbeans.XmlString xgetPublicCategoriesArray(int i)
boolean isNilPublicCategoriesArray(int i)
i - The index position.
true if the PublicCategories element has been set,otherwise false.int sizeOfPublicCategoriesArray()
integer that is the size of the PublicCategoriesArray.void setPublicCategoriesArray(java.lang.String[] publicCategoriesArray)
Sets the public categories for the resource.
i - The index position.publicCategoriesArray - value The UID of the category to assign to the resource.
void setPublicCategoriesArray(int i,
java.lang.String publicCategories)
Sets the public categories for the resource at a specified indexed position.
i - The index position.publicCategories - The UID of the category to assign to the resource.void xsetPublicCategoriesArray(org.apache.xmlbeans.XmlString[] publicCategoriesArray)
void xsetPublicCategoriesArray(int i,
org.apache.xmlbeans.XmlString publicCategories)
void setNilPublicCategoriesArray(int i)
i - The index position.
void insertPublicCategories(int i,
java.lang.String publicCategories)
i - The index position.void addPublicCategories(java.lang.String publicCategories)
publicCategories - A String.org.apache.xmlbeans.XmlString insertNewPublicCategories(int i)
i - The index position.org.apache.xmlbeans.XmlString addNewPublicCategories()
void removePublicCategories(int i)
i - The index position.java.lang.String[] getPersonalCategoriesArray()
Gets the personal categories for the resource.
java.lang.String getPersonalCategoriesArray(int i)
Gets the personal categories for the resource ata specified index position.
i - The index position.
org.apache.xmlbeans.XmlString[] xgetPersonalCategoriesArray()
org.apache.xmlbeans.XmlString xgetPersonalCategoriesArray(int i)
boolean isNilPersonalCategoriesArray(int i)
i - The index position.
true if the PersonalCategories element has been set to nil,otherwise false.int sizeOfPersonalCategoriesArray()
void setPersonalCategoriesArray(java.lang.String[] personalCategoriesArray)
void setPersonalCategoriesArray(int i,
java.lang.String personalCategories)
Gets the personal categories for the resource.
i - The index position.personalCategories - void xsetPersonalCategoriesArray(org.apache.xmlbeans.XmlString[] personalCategoriesArray)
void xsetPersonalCategoriesArray(int i,
org.apache.xmlbeans.XmlString personalCategories)
void setNilPersonalCategoriesArray(int i)
i - The index position.
void insertPersonalCategories(int i,
java.lang.String personalCategories)
i - The index position.personalCategories - void addPersonalCategories(java.lang.String personalCategories)
org.apache.xmlbeans.XmlString insertNewPersonalCategories(int i)
i - The index position.org.apache.xmlbeans.XmlString addNewPersonalCategories()
void removePersonalCategories(int i)
i - The index position.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||