Operation | Stereotype | Options | Description | SQL |
insert | insert | AUTO_ID: visitationRoleID
| Standard Operation | |
modify | modify | OPTIMISTIC_LOCKING: no
| Standard Operation | |
searchActiveRolesByRelatedIDRelatedTypeAndRoleType | readmulti | | Returns a list of active visitation roles for the specified relatedID, relatedType and roleType. Example usages include listing visitors on a visitation plan, listing visitees on a visitation plan, listing visitors on a visitation log, listing visitees on a visitation log, listing visitors on a visitation evaluation, listing visitees on a visitation evaluation. | |
readActiveByRelatedIDRelatedTypeRoleRelatedIDRoleRelatedTypeAndRoleType | nsread | | Returns the role record which matches the specified relatedID, relatedType, roleRelatedID, roleRelatedType and roleType, if this record exists. Example usage is to read a visitor record for a particular case participant role (roleRelatedID/type) on a particular visitationplan (relatedID/type). | |
read | read | | Standard Operation | |
searchActiveRolesByRoleTypeRoleRelatedIDAndRelatedType | readmulti | ORDER_BY: createdDateTime DESC
| Returns a list of active visitation roles for the specified roleType, roleRelatedID and RelatedType | |
|