public class GlobalGroup extends Object implements Serializable, Cloneable, IFileGlobalElement
Documentation in this class focus synchronization behavior. About the use
behind the fields in the portal, see GroupConfig
.
GroupConfig
,
Serialized FormModifier and Type | Field and Description |
---|---|
static String |
GLOBAL_GROUP_FOLDER_NAME |
Constructor and Description |
---|
GlobalGroup() |
Modifier and Type | Method and Description |
---|---|
protected GlobalGroup |
clone()
Returns a shallow clone of this global group.
|
GlobalGroup |
cloneAndPostponeDependencies(Queue<AccessControlEntry> entriesToAdd)
Creates a clone of this global group, without dependencies (which are postponed for add).
|
AccessControlList |
getAccessControlList()
Returns the access control list.
|
String |
getAlias()
Returns the alias.
|
String |
getDescription()
Returns the description.
|
String |
getGlobalFilePath()
Returns the path of the file to be stored in global area.
|
String |
getId()
Returns the identifier.
|
List<GlobalGroupMembership> |
getMemberships()
Returns the memberships.
|
String |
getName()
Returns the name.
|
int |
getType()
Returns the type.
|
void |
setImplicitKeys(String accessControlListId)
Sets the implicit keys.
|
public static final String GLOBAL_GROUP_FOLDER_NAME
public String getId()
public AccessControlList getAccessControlList()
public String getAlias()
public String getDescription()
public String getName()
public int getType()
public String getGlobalFilePath()
IFileGlobalElement
getGlobalFilePath
in interface IFileGlobalElement
public List<GlobalGroupMembership> getMemberships()
public void setImplicitKeys(String accessControlListId)
accessControlListId
- the access control list identifier.protected GlobalGroup clone()
public GlobalGroup cloneAndPostponeDependencies(Queue<AccessControlEntry> entriesToAdd)
entriesToAdd
- The queue for the ACL entries to add.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.