com.businessobjects.dsws.publish
Interface ResourceInfo


Deprecated. As of Business Objects XI Release 3.0. Use 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

type

static final org.apache.xmlbeans.SchemaType type
Deprecated. 
Internal Use Only.

Method Detail

getTitle

java.lang.String getTitle()
Deprecated. 

Returns the title of the resource.

Returns:
The title of the resource as a String.

xgetTitle

org.apache.xmlbeans.XmlString xgetTitle()
Deprecated. 
Internal Use Only.


isSetTitle

boolean isSetTitle()
Deprecated. 
Checks if the Title element has been set.

Returns:
true if the Title element has been set,otherwise false.

setTitle

void setTitle(java.lang.String title)
Deprecated. 

Sets the title of the resource.

Parameters:
title - The title of the resource as a String

xsetTitle

void xsetTitle(org.apache.xmlbeans.XmlString title)
Deprecated. 
Internal Use Only.


unsetTitle

void unsetTitle()
Deprecated. 
Deletes or unsets the Title element


getDescription

java.lang.String getDescription()
Deprecated. 

Returns the description of the resource.

Returns:
The description of the resource as a String

xgetDescription

org.apache.xmlbeans.XmlString xgetDescription()
Deprecated. 
Internal Use Only.


isSetDescription

boolean isSetDescription()
Deprecated. 
Checks if the Description element has been set.

Returns:
true if the Description element has been set,otherwise false.

setDescription

void setDescription(java.lang.String description)
Deprecated. 

Sets the description of the resource.

Parameters:
description - The description of the resource as a String

xsetDescription

void xsetDescription(org.apache.xmlbeans.XmlString description)
Deprecated. 
Internal Use Only.


unsetDescription

void unsetDescription()
Deprecated. 
Deletes or unsets the Description element.


getKeywordsArray

java.lang.String[] getKeywordsArray()
Deprecated. 

Returns the key words associated with the resource.

Returns:
The key words associated with the resource as a String array.

getKeywordsArray

java.lang.String getKeywordsArray(int i)
Deprecated. 

Returns the key words associated with the resource at the specified indexed position.

Parameters:
i - The index position.
Returns:
The key words associated with the resource as a String array.

xgetKeywordsArray

org.apache.xmlbeans.XmlString[] xgetKeywordsArray()
Deprecated. 
Internal Use Only.


xgetKeywordsArray

org.apache.xmlbeans.XmlString xgetKeywordsArray(int i)
Deprecated. 
Internal Use Only.


isNilKeywordsArray

boolean isNilKeywordsArray(int i)
Deprecated. 
Checks of the Keywords element is set to Nil.

Returns:
true if the Keywords element has been set,otherwise false.

sizeOfKeywordsArray

int sizeOfKeywordsArray()
Deprecated. 
Returns the size of the KeywordsArray

Returns:
An integer that is the size of the KeywordsArray

setKeywordsArray

void setKeywordsArray(java.lang.String[] keywordsArray)
Deprecated. 

Sets the key words associated with the resource.

Parameters:
keywordsArray - The key words associated with the resource as a String array

setKeywordsArray

void setKeywordsArray(int i,
                      java.lang.String keywords)
Deprecated. 

Sets the key words associated with the resource at the specified indexed position.

Parameters:
i - The index position.
keywords - The key words associated with the resource as a String array

xsetKeywordsArray

void xsetKeywordsArray(org.apache.xmlbeans.XmlString[] keywordsArray)
Deprecated. 
Internal Use Only.


xsetKeywordsArray

void xsetKeywordsArray(int i,
                       org.apache.xmlbeans.XmlString keywords)
Deprecated. 
Internal Use Only.


setNilKeywordsArray

void setNilKeywordsArray(int i)
Deprecated. 
Sets the value of the Keywords element to Nil at the specified index position.

Parameters:
i - The index position.

insertKeywords

void insertKeywords(int i,
                    java.lang.String keywords)
Deprecated. 
Inserts the value of the Keywords element at the specified index position.

Parameters:
i - The index position.
keywords -

addKeywords

void addKeywords(java.lang.String keywords)
Deprecated. 
Appends the value as the last Keywords element.

Parameters:
keywords -

insertNewKeywords

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.

Parameters:
i - The index position.

addNewKeywords

org.apache.xmlbeans.XmlString addNewKeywords()
Deprecated. 
Appends and returns a new empty value (as xml) as the last Keywords element.

Returns:
A new empty value (as xml) as the last Keywords element.

removeKeywords

void removeKeywords(int i)
Deprecated. 
Removes the Keywords element at the specified index position.

Parameters:
i - The index position.

getPublicCategoriesArray

java.lang.String[] getPublicCategoriesArray()
Deprecated. 

Gets the public categories assigned to the resource.

Returns:
the UID of the public categories assigned to the resource

getPublicCategoriesArray

java.lang.String getPublicCategoriesArray(int i)
Deprecated. 
Gets the PublicCategories element at the specified index position.

Parameters:
i - The index position.

xgetPublicCategoriesArray

org.apache.xmlbeans.XmlString[] xgetPublicCategoriesArray()
Deprecated. 
Internal Use Only.


xgetPublicCategoriesArray

org.apache.xmlbeans.XmlString xgetPublicCategoriesArray(int i)
Deprecated. 
Internal Use Only.


isNilPublicCategoriesArray

boolean isNilPublicCategoriesArray(int i)
Deprecated. 
Checks if the PublicCategories element is set to Nil.

Parameters:
i - The index position.
Returns:
true if the PublicCategories element has been set,otherwise false.

sizeOfPublicCategoriesArray

int sizeOfPublicCategoriesArray()
Deprecated. 
Returns the size of the PublicCategoriesArray.

Returns:
An integer that is the size of the PublicCategoriesArray.

setPublicCategoriesArray

void setPublicCategoriesArray(java.lang.String[] publicCategoriesArray)
Deprecated. 

Sets the public categories for the resource.

Parameters:
i - The index position.
publicCategoriesArray - value The UID of the category to assign to the resource.

setPublicCategoriesArray

void setPublicCategoriesArray(int i,
                              java.lang.String publicCategories)
Deprecated. 

Sets the public categories for the resource at a specified indexed position.

Parameters:
i - The index position.
publicCategories - The UID of the category to assign to the resource.

xsetPublicCategoriesArray

void xsetPublicCategoriesArray(org.apache.xmlbeans.XmlString[] publicCategoriesArray)
Deprecated. 
Internal Use Only.


xsetPublicCategoriesArray

void xsetPublicCategoriesArray(int i,
                               org.apache.xmlbeans.XmlString publicCategories)
Deprecated. 
Internal Use Only.


setNilPublicCategoriesArray

void setNilPublicCategoriesArray(int i)
Deprecated. 
Sets the PublicCategories element to nil at the specified index position.

Parameters:
i - The index position.

insertPublicCategories

void insertPublicCategories(int i,
                            java.lang.String publicCategories)
Deprecated. 
Inserts the value as the ith PublicCategories element.

Parameters:
i - The index position.

addPublicCategories

void addPublicCategories(java.lang.String publicCategories)
Deprecated. 
Appends the value as the last PublicCategories element.

Parameters:
publicCategories - A String.

insertNewPublicCategories

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.

Parameters:
i - The index position.

addNewPublicCategories

org.apache.xmlbeans.XmlString addNewPublicCategories()
Deprecated. 
Appends and returns a new empty value (as xml) as the last PublicCategories element.


removePublicCategories

void removePublicCategories(int i)
Deprecated. 
Removes the PublicCategories element at the specified indexed position.

Parameters:
i - The index position.

getPersonalCategoriesArray

java.lang.String[] getPersonalCategoriesArray()
Deprecated. 

Gets the personal categories for the resource.

Returns:
The UIDs of the personal categories for the resource.

getPersonalCategoriesArray

java.lang.String getPersonalCategoriesArray(int i)
Deprecated. 

Gets the personal categories for the resource ata specified index position.

Parameters:
i - The index position.
Returns:
The UIDs of the personal categories for the resource.

xgetPersonalCategoriesArray

org.apache.xmlbeans.XmlString[] xgetPersonalCategoriesArray()
Deprecated. 
Internal Use Only.


xgetPersonalCategoriesArray

org.apache.xmlbeans.XmlString xgetPersonalCategoriesArray(int i)
Deprecated. 
Internal Use Only.


isNilPersonalCategoriesArray

boolean isNilPersonalCategoriesArray(int i)
Deprecated. 
Checks if the PersonalCategories element is set to Nil.

Parameters:
i - The index position.
Returns:
true if the PersonalCategories element has been set to nil,otherwise false.

sizeOfPersonalCategoriesArray

int sizeOfPersonalCategoriesArray()
Deprecated. 
Returns the size of the PersonalCategoriesArray.

Returns:
An integer that is the size of the PersonalCategoriesArray.

setPersonalCategoriesArray

void setPersonalCategoriesArray(java.lang.String[] personalCategoriesArray)
Deprecated. 

setPersonalCategoriesArray

void setPersonalCategoriesArray(int i,
                                java.lang.String personalCategories)
Deprecated. 

Gets the personal categories for the resource.

Parameters:
i - The index position.
personalCategories -

xsetPersonalCategoriesArray

void xsetPersonalCategoriesArray(org.apache.xmlbeans.XmlString[] personalCategoriesArray)
Deprecated. 
Internal Use Only.


xsetPersonalCategoriesArray

void xsetPersonalCategoriesArray(int i,
                                 org.apache.xmlbeans.XmlString personalCategories)
Deprecated. 
Internal Use Only.


setNilPersonalCategoriesArray

void setNilPersonalCategoriesArray(int i)
Deprecated. 
Sets the value of PersonalCategories element to Nil at the specified index position.

Parameters:
i - The index position.

insertPersonalCategories

void insertPersonalCategories(int i,
                              java.lang.String personalCategories)
Deprecated. 
Inserts the value of the PersonalCategories element at the specified index position.

Parameters:
i - The index position.
personalCategories -

addPersonalCategories

void addPersonalCategories(java.lang.String personalCategories)
Deprecated. 
Appends the value as the last PersonalCategories element.


insertNewPersonalCategories

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.

Parameters:
i - The index position.

addNewPersonalCategories

org.apache.xmlbeans.XmlString addNewPersonalCategories()
Deprecated. 
Appends and returns a new empty value (as xml) as the last PersonalCategories element.

Returns:
A new empty value (as xml) as the last PersonalCategories element.

removePersonalCategories

void removePersonalCategories(int i)
Deprecated. 
Removes the PersonalCategories element at the specified index position.

Parameters:
i - The index position.