|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataAssociation | |
com.arsdigita.domain | Domain Objects provide an application logic tier between the persistent storage and presentation tiers. |
com.arsdigita.persistence | The classes in this package provide an API for creating and manipulating Data Objects. |
com.arsdigita.workflow.simple | A tool framework for establishing collaboration among all the specialized members of a production staff. |
Uses of DataAssociation in com.arsdigita.domain |
Methods in com.arsdigita.domain with parameters of type DataAssociation | |
void |
DomainObject.removeFromAssociation(DataAssociation da)
Remove the DomainObject from a DataAssociation |
DataObject |
DomainObject.addToAssociation(DataAssociation da)
Add the DomainObject to a DataAssociation |
Uses of DataAssociation in com.arsdigita.persistence |
Methods in com.arsdigita.persistence that return DataAssociation | |
DataAssociation |
DataAssociationCursor.getDataAssociation()
Returns a data association that created this iterator |
Uses of DataAssociation in com.arsdigita.workflow.simple |
Methods in com.arsdigita.workflow.simple that return DataAssociation | |
protected DataAssociation |
UserTask.getAssignedUserAssociation()
Retrieve the assigned users datacollection. |
protected DataAssociation |
UserTask.getAssignedGroupAssociation()
Retrieve the assigned group data collection. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |