|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AttributeCollection in com.ibm.pim.attribute |
---|
Methods in com.ibm.pim.attribute that return AttributeCollection | |
---|---|
AttributeCollection |
AttributeCollectionManager.createAttributeCollection(java.lang.String name)
Creates an empty attribute collection with the specified name. |
AttributeCollection |
AttributeCollectionManager.getAttributeCollection(java.lang.String name)
Retrieves an attribute collection by name |
Methods in com.ibm.pim.attribute that return types with arguments of type AttributeCollection | |
---|---|
java.util.Collection<AttributeCollection> |
AttributeCollectionManager.getAttributeCollections()
Gets all AttributeCollections available in the current context. |
java.util.Collection<AttributeCollection> |
AttributeCollectionManager.getAttributeCollections(AttributeDefinition attributeDefinition)
Returns all attribute collections that currently contain the specified AttributeDefinition. |
java.util.Collection<AttributeCollection> |
AttributeCollectionManager.getAttributeCollections(Spec spec)
Gets all attribute collections that currently contain the specified Spec as a dynamic attribute source. |
java.util.Collection<AttributeCollection> |
AttributeCollectionManager.getAttributeCollections(java.lang.String attributeDefinitionPath)
Gets all attribute collections that currently contain the specified AttributeDefinition, as specified by its path. |
Uses of AttributeCollection in com.ibm.pim.catalog |
---|
Methods in com.ibm.pim.catalog that return AttributeCollection | |
---|---|
AttributeCollection |
Catalog.getUserDefinedAttributeCollection()
Retrieves the User Defined Core Attribute Collection for this Catalog |
Methods in com.ibm.pim.catalog that return types with arguments of type AttributeCollection | |
---|---|
java.util.List<AttributeCollection> |
LocationDataConfiguration.getAttributeCollections()
Retrieves inheritance Attribute Collections for this particular Configuration. |
Methods in com.ibm.pim.catalog with parameters of type AttributeCollection | |
---|---|
void |
Catalog.setUserDefinedAttributeCollection(AttributeCollection attributeCollection)
Specifies the User Defined Core Attribute Collection for this Catalog |
Method parameters in com.ibm.pim.catalog with type arguments of type AttributeCollection | |
---|---|
void |
LocationDataConfiguration.setAttributeCollections(java.util.List<AttributeCollection> attributes)
Sets inheritance Attribute Collections for this particular Configuration. |
Uses of AttributeCollection in com.ibm.pim.catalog.item |
---|
Method parameters in com.ibm.pim.catalog.item with type arguments of type AttributeCollection | |
---|---|
java.lang.String |
Item.getXMLRepresentation(Spec spec,
boolean includePrimaryKeyValue,
boolean addNameSpace,
java.util.Collection<java.util.Locale> locales,
java.util.Collection<AttributeCollection> attrGroups)
Returns the XML Representation for the particular item. |
java.lang.String |
Item.getXMLRepresentation(Spec spec,
boolean includePrimaryKeyValue,
boolean addNameSpace,
java.util.Collection<java.util.Locale> locales,
java.util.Collection<AttributeCollection> attrGroups,
java.lang.String dateFormat)
Returns the XML Representation for the particular item. |
Uses of AttributeCollection in com.ibm.pim.collaboration |
---|
Methods in com.ibm.pim.collaboration that return AttributeCollection | |
---|---|
AttributeCollection |
CollaborationArea.getUserDefinedAttributeCollection()
Retrieves the User Defined Core Attribute Collection for this collaboration area |
Methods in com.ibm.pim.collaboration with parameters of type AttributeCollection | |
---|---|
void |
CollaborationArea.setUserDefinedAttributeCollection(AttributeCollection attributeCollection)
Specifies the User Defined Core Attribute Collection for this Catalog |
Uses of AttributeCollection in com.ibm.pim.hierarchy |
---|
Methods in com.ibm.pim.hierarchy that return AttributeCollection | |
---|---|
AttributeCollection |
Hierarchy.getUserDefinedAttributeCollection()
Retrieves the User Defined Core Attribute Collection for this hierarchy |
Methods in com.ibm.pim.hierarchy with parameters of type AttributeCollection | |
---|---|
void |
Hierarchy.setUserDefinedAttributeCollection(AttributeCollection attributeCollection)
Associate the User defined Attribute Collection with the hierarchy |
Uses of AttributeCollection in com.ibm.pim.organization |
---|
Methods in com.ibm.pim.organization that return AttributeCollection | |
---|---|
AttributeCollection |
Company.getDefaultAttributeCollection(Spec spec)
Retrieves the default Attribute Collection for the given spec |
AttributeCollection |
OrganizationHierarchy.getUserDefinedAttributeCollection()
Retrieves the User Defined Core Attribute Collection for this hierarchy |
Methods in com.ibm.pim.organization that return types with arguments of type AttributeCollection | |
---|---|
java.util.Collection<AttributeCollection> |
Role.getAttributeCollectionForPrivilegeType(Catalog catalog,
Role.Privilege type)
Fetches the attribute collections on which the role has the mentioned type of privilege for the given catalog. |
java.util.Collection<AttributeCollection> |
Role.getAttributeCollectionForPrivilegeType(Hierarchy hierarchy,
Role.Privilege type)
Fetches the attribute collections on which the role has the mentioned type of privilege for the given catalog. |
Methods in com.ibm.pim.organization with parameters of type AttributeCollection | |
---|---|
void |
OrganizationHierarchy.setUserDefinedAttributeCollection(AttributeCollection attributeCollection)
Associate the User defined Core Attribute collection with the hierarchy |
Method parameters in com.ibm.pim.organization with type arguments of type AttributeCollection | |
---|---|
void |
Role.setAttributeCollectionPrivilege(Catalog catalog,
Role.Privilege privilege,
java.util.Collection<AttributeCollection> collections)
Sets the privileges for a role on attribute collections for a catalog. |
void |
Role.setAttributeCollectionPrivilege(Hierarchy hierarchy,
Role.Privilege privilege,
java.util.Collection<AttributeCollection> collections)
Sets the privileges for a role on attribute collections for a hierarchy. |
Uses of AttributeCollection in com.ibm.pim.view |
---|
Methods in com.ibm.pim.view that return types with arguments of type AttributeCollection | |
---|---|
java.util.Collection<AttributeCollection> |
ScreenViewFilter.getAttributeCollections()
Get the Attribute Collections for this filter |
java.util.Collection<AttributeCollection> |
ScreenView.getAttributeCollections()
Get all attribute collections on this screen view, editable and viewable |
java.util.Collection<AttributeCollection> |
ScreenView.getEditableAttributeCollections()
Get the editable attribute collections for this screen view |
java.util.Collection<AttributeCollection> |
ScreenView.getViewableAttributeCollections()
Get the viewable attribute collections for this screen view |
Method parameters in com.ibm.pim.view with type arguments of type AttributeCollection | |
---|---|
void |
ScreenViewFilter.setAttributeCollections(java.util.List<AttributeCollection> attributeCollections)
Set attribute collections for this filter This will overwrite the current attribute collections for the filter with the new set. |
void |
ScreenView.setEditableAttributeCollections(java.util.Collection<AttributeCollection> attributeCollections)
Set the editable attribute collections for this screen view This will override any existing editable attribute collections that are currently set |
void |
ScreenView.setViewableAttributeCollections(java.util.Collection<AttributeCollection> attributeCollections)
Set the viewable attribute collections for this screen view This will override any existing viewable attribute collections that are currently set |
Uses of AttributeCollection in com.ibm.pim.workflow |
---|
Methods in com.ibm.pim.workflow that return types with arguments of type AttributeCollection | |
---|---|
java.util.Collection<AttributeCollection> |
WorkflowStep.getAttributeCollections()
Get all attribute collections for this step. |
java.util.Collection<AttributeCollection> |
WorkflowStep.getAttributeCollections(Hierarchy locationHierarchy)
Get all attribute collections on the specified location hierarchy for this step. |
java.util.Collection<AttributeCollection> |
WorkflowStep.getAttributeCollections(ScreenType screenType)
Get all attribute collections for a given screen type on this step. |
java.util.Collection<AttributeCollection> |
WorkflowStep.getEditableAttributeCollections()
Get the editable (but not required) attribute collections for this step. |
java.util.Collection<AttributeCollection> |
WorkflowStep.getEditableAttributeCollections(Hierarchy locationHierarchy)
Get the editable (but not required) attribute collections on the specified location hierarchy for this step. |
java.util.Collection<AttributeCollection> |
WorkflowStep.getEditableAttributeCollections(ScreenType screenType)
Get the editable (but not required) attribute collections for a given screen type on this step. |
java.util.Collection<AttributeCollection> |
WorkflowStep.getRequiredAttributeCollections()
Get the required & editable attribute collections for this step. |
java.util.Collection<AttributeCollection> |
WorkflowStep.getRequiredAttributeCollections(Hierarchy locationHierarchy)
Get the required & editable attribute collections on the specified location hierarchy for this step. |
java.util.Collection<AttributeCollection> |
WorkflowStep.getRequiredAttributeCollections(ScreenType screenType)
Get the required & editable attribute collections for a given screen type on this step. |
java.util.Collection<AttributeCollection> |
WorkflowStep.getViewableAttributeCollections()
Get the viewable attribute collections for this step. |
java.util.Collection<AttributeCollection> |
WorkflowStep.getViewableAttributeCollections(Hierarchy locationHierarchy)
Get the viewable attribute collections on the specified location hierarchy for this step. |
java.util.Collection<AttributeCollection> |
WorkflowStep.getViewableAttributeCollections(ScreenType screenType)
Get the viewable attribute collections for a given screen type on this step. |
Method parameters in com.ibm.pim.workflow with type arguments of type AttributeCollection | |
---|---|
void |
WorkflowStep.setEditableAttributeCollections(java.util.Collection<AttributeCollection> editableAttributeCollections,
Hierarchy locationHierarchy)
Set/override the editable (but not required) attribute collections on the specified location hierarchy for this step. |
void |
WorkflowStep.setEditableAttributeCollections(java.util.Collection<AttributeCollection> editableAttributeCollections,
ScreenType screenType)
Set/override the editable (but not required) attribute collections for a given screen type on this step. |
void |
WorkflowStep.setRequiredAttributeCollections(java.util.Collection<AttributeCollection> requiredAttributeCollections,
Hierarchy locationHierarchy)
Set/override the required & editable attribute collections on the specified location hierarchy for this step. |
void |
WorkflowStep.setRequiredAttributeCollections(java.util.Collection<AttributeCollection> requiredAttributeCollections,
ScreenType screenType)
Set/override the required & editable attribute collections for a given screen type on this step. |
void |
WorkflowStep.setViewableAttributeCollections(java.util.Collection<AttributeCollection> viewableAttributeCollections,
Hierarchy locationHierarchy)
Set/override the viewable attribute collections on the specified location hierarchy for this step. |
void |
WorkflowStep.setViewableAttributeCollections(java.util.Collection<AttributeCollection> viewableAttributeCollections,
ScreenType screenType)
Set/override the viewable attribute collections for a given screen type on this step. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |