|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Category in com.ibm.pim.interfaces.catalog |
---|
Methods in com.ibm.pim.interfaces.catalog with parameters of type Category | |
PIMCollection |
Catalog.getItemsByCategory(Category category)
Retrieve a collection of the Items within this Catalog belong to the specified Category |
Uses of Category in com.ibm.pim.interfaces.hierarchy |
---|
Methods in com.ibm.pim.interfaces.hierarchy that return Category | |
Category |
Hierarchy.getCategoryByPath(java.lang.String sPath)
Retrieves a Category within the Hierarchy, or returns null if it is not found. |
Category |
Hierarchy.getRootCategory()
Returns the root category for this Hierarchy |
Uses of Category in com.ibm.pim.interfaces.item |
---|
Methods in com.ibm.pim.interfaces.item with parameters of type Category | |
void |
Item.addToCategory(Category category)
Add an item to a category. |
void |
Item.removeFromCategory(Category category)
Remove an item from a category. |
void |
Item.setLocationAvailable(Category location,
boolean isAvailable,
boolean recursive)
Set the availability of a location. |
boolean |
Item.hasLocationData(Category location)
Returns true if the location contains any data. |
void |
Item.setAttribute(Category location,
java.lang.String path,
java.lang.Object value)
Set an attribute at a location. |
void |
Item.resetAttribute(Category location,
java.lang.String path)
Reset the attribute to its default value. |
void |
Item.clearAttribute(Category location,
java.lang.String path)
Clear an attribute such that it still exists but contains no value. |
void |
Item.setAttributeInherited(Category location,
java.lang.String path,
boolean inherit)
Set the inheritence state of a location attribute. |
java.lang.Object |
Item.getAttribute(Category location,
java.lang.String path)
Get an attribute from a location. |
void |
Item.addAttributeOccurrence(Category location,
java.lang.String path)
Add an occurrence to a multi-occurrence or grouping attribute. |
void |
Item.deleteAttributeOccurrence(Category location,
java.lang.String path)
Delete an occurrence from an attribute. |
int |
Item.getAttributeOccurrenceCount(Category location,
java.lang.String path)
Get the number of occurrences in a multi-occurrence attribute or the number of child attributes in a grouping node. |
boolean |
Item.isLocationAvailable(Category location)
Returns true if the given location is available in this item. |
boolean |
Item.isAttributeInherited(Category location,
java.lang.String path)
Returns true if the attribute is
set to inherit a value. |
Uses of Category in com.ibm.pim.interfaces.search |
---|
Methods in com.ibm.pim.interfaces.search that return Category | |
Category |
SearchResultSet.getCategory(int columnIndex)
Get the value of a column in the current row as Java Float value.It can be used for Category object. |
Uses of Category in com.ibm.pim.interfaces.userdefinedlogs |
---|
Methods in com.ibm.pim.interfaces.userdefinedlogs with parameters of type Category | |
UserDefinedLogEntry |
UserDefinedLog.createLogEntry(Category category,
Item item,
java.lang.String entry)
Creates a UserDefinedLogEntry for a specific category & item |
Uses of Category in com.ibm.pim.interfaces.validation |
---|
Methods in com.ibm.pim.interfaces.validation that return Category | |
Category |
LocationValidationError.getAttributeCategory()
Returns the category corresponding to this attribute |
Methods in com.ibm.pim.interfaces.validation with parameters of type Category | |
LocationValidationError |
ValidationErrors.getLocationErrorForAttribute(Category location,
java.lang.String path)
Returns the location validation error for an attribute with a given category and path |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |