Packagecom.adobe.idp.um.api.infomodel
Classpublic class GroupCreationInfo
InheritanceGroupCreationInfo Inheritance Object

This class manages information for newly created groups.



Public Methods
 MethodDefined 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
  
Retrieves the child identifiers for the group.
GroupCreationInfo
  
Retrieves the group.
GroupCreationInfo
  
Retrieves the parent identifiers for the group.
GroupCreationInfo
  
void setChildrenIds(Set childrenIds)
Assigns the child identifiers for the group.
GroupCreationInfo
  
void setGroup(Group group)
Assigns the group.
GroupCreationInfo
  
void setParentIds(Set parentIds)
Assigns the parent identifiers for the group.
GroupCreationInfo
Constructor Detail
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.

Parameters
group — The group being created in the system.
 
childrenIds — The child identifiers.
 
parentIds — The parent identifiers.
Method Detail
getChildrenIds()
public Set getChildrenIds()

Retrieves the child identifiers for the group.

Returns
The child identifiers.
getGroup() 
public Group getGroup()

Retrieves the group.

Returns
The group.
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() 
public void setGroup(Group group)

Assigns the group.

Parameters

group — The group being assigned.

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