Page History
Public Methods
Method | Description |
---|---|
Get all the BoundAttachments of this Relationship. | |
Returns the child action of the given type. Valid action types are: INSERT, UPDATE, and DELETE. The return action names are: NONE, RESTRICT, CASCADE, SETNULL, and SETDEFAULT. PARAMETERS: ActionType (String). RETURN DATATYPE: String. | |
Returns an object representing a collection of all foreign key column pairs maintained by the relationship. | |
Returns the parent action of the given type. Valid action types are: INSERT, UPDATE, and DELETE. The return action names are: NONE, RESTRICT, CASCADE, SETNULL, and SETDEFAULT. PARAMETERS: ActionType (String). RETURN DATATYPE: String. | |
Get the Check Out status of this Relationship object. DATATYPE: StringObjects. | |
Get the Version History of this Relationship from the Repository server. Return the data in the StringObjects collection. DATATYPE: StringObjects. | |
Sets the child action of the given type with the given action. Valid action types are: INSERT, UPDATE, or DELETE. The action names are: NONE, RESTRICT, CASCADE, SETNULL, and SETDEFAULT. PARAMETERS: ActionType and ActionName (Strings). | |
Sets the parent action of the given type with the given action. Valid action types are: INSERT, UPDATE, and DELETE. The action names are: NONE, RESTRICT, CASCADE, SETNULL, and SETDEFAULT. PARAMETERS: ActionType and ActionName (Strings). | |
Returns a collection of user comments associated with this Relationship. |
...