| Package | com.adobe.idp.um.api.infomodel |
| Class | public class GroupCreationInfo |
| Inheritance | GroupCreationInfo Object |
| Method | Defined By | ||
|---|---|---|---|
Default constructor. | GroupCreationInfo | ||
GroupCreationInfo(Group group, Set childrenIds, Set parentIds) Constructor that initializes a group in the system using sets of child and parent identifiers. | GroupCreationInfo | ||
Set getChildrenIds() Retrieves the child identifiers for the group. | GroupCreationInfo | ||
Retrieves the group. | GroupCreationInfo | ||
Set getParentIds() Retrieves the parent identifiers for the group. | GroupCreationInfo | ||
void setChildrenIds(Set childrenIds) Assigns the child identifiers for the group. | GroupCreationInfo | ||
Assigns the group. | GroupCreationInfo | ||
void setParentIds(Set parentIds) Assigns the parent identifiers for the group. | GroupCreationInfo | ||
| GroupCreationInfo | () |
public GroupCreationInfo()Default constructor.
| GroupCreationInfo | () |
public GroupCreationInfo(Group group, Set childrenIds, Set parentIds)Constructor that initializes a group in the system using sets of child and parent identifiers.
Parametersgroup — The group being created in the system. | |
childrenIds — The child identifiers. | |
parentIds — The parent identifiers. |
| getChildrenIds | () |
public Set getChildrenIds()Retrieves the child identifiers for the group.
Returns| The child identifiers. |
| getGroup | () |
| getParentIds | () |
public Set getParentIds()Retrieves the parent identifiers for the group.
Returns| The parent identifiers. |
| setChildrenIds | () |
public void setChildrenIds(Set childrenIds)Assigns the child identifiers for the group.
Parameters
childrenIds — The child identifiers. |
| setGroup | () |
| setParentIds | () |
public void setParentIds(Set parentIds)Assigns the parent identifiers for the group.
Parameters
parentIds — The parent identifiers. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/idp/um/api/infomodel/GroupCreationInfo.html