public class GroupClientImpl extends Object implements GroupClient
GroupClient
.Constructor and Description |
---|
GroupClientImpl(com.lexmark.saperion.administration.GroupManagementService groupManagementService,
com.lexmark.saperion.administration.GroupReferenceType reference) |
Modifier and Type | Method and Description |
---|---|
void |
delete()
This method deletes the group.
|
void |
deleteExtension()
This method deletes the schema-extension properties of the group.
|
List<com.lexmark.saperion.administration.AclReferenceType> |
getACLs()
This method returns the ACLs currently set on the group.
|
GroupMembershipClientForGroups |
getGroupMembers()
This method returns the group membership management component for groups for the given group.
|
com.lexmark.saperion.administration.ExtensionPropertiesType |
getSchemaExtension()
This method returns the schema-extension properties of the group.
|
GroupMembershipClientForUsers |
getUserMembers()
This method returns the group membership management component for users for the given group.
|
com.lexmark.saperion.administration.GroupType |
load()
This method loads the group.
|
void |
setSchemaExtension(com.lexmark.saperion.administration.ExtensionPropertiesType extension)
This method sets the schema-extension properties of the group.
|
void |
undelete()
This method un-deletes the group.
|
void |
update(com.lexmark.saperion.administration.GroupPropertiesType properties)
This method updates the group with the given properties.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExtension, setExtension
public GroupClientImpl(com.lexmark.saperion.administration.GroupManagementService groupManagementService, com.lexmark.saperion.administration.GroupReferenceType reference)
public void delete() throws com.lexmark.saperion.exceptions.EcmException
GroupClient
delete
in interface GroupClient
com.lexmark.saperion.exceptions.EcmException
- indicates that a system exception occurredpublic void undelete() throws com.lexmark.saperion.exceptions.EcmException
GroupClient
undelete
in interface GroupClient
com.lexmark.saperion.exceptions.EcmException
- indicates that a system exception occurredpublic com.lexmark.saperion.administration.GroupType load() throws com.lexmark.saperion.exceptions.EcmException
GroupClient
load
in interface GroupClient
com.lexmark.saperion.exceptions.system.SystemException
- indicates that a system exception occurredcom.lexmark.saperion.exceptions.EcmException
public void update(com.lexmark.saperion.administration.GroupPropertiesType properties) throws com.lexmark.saperion.exceptions.EcmException
GroupClient
update
in interface GroupClient
properties
- the properties to changecom.lexmark.saperion.exceptions.system.SystemException
- indicates that a system exception occurredcom.lexmark.saperion.exceptions.EcmException
public GroupMembershipClientForGroups getGroupMembers()
GroupClient
getGroupMembers
in interface GroupClient
public GroupMembershipClientForUsers getUserMembers()
GroupClient
getUserMembers
in interface GroupClient
public com.lexmark.saperion.administration.ExtensionPropertiesType getSchemaExtension() throws com.lexmark.saperion.exceptions.EcmException
GroupClient
getSchemaExtension
in interface GroupClient
com.lexmark.saperion.exceptions.EcmException
- when the schema-extension properties could not be loadedpublic void setSchemaExtension(com.lexmark.saperion.administration.ExtensionPropertiesType extension) throws com.lexmark.saperion.exceptions.EcmException
GroupClient
setSchemaExtension
in interface GroupClient
extension
- schema-extension propertiescom.lexmark.saperion.exceptions.EcmException
- when the schema-extension properties could not be setpublic void deleteExtension() throws com.lexmark.saperion.exceptions.EcmException
GroupClient
deleteExtension
in interface GroupClient
com.lexmark.saperion.exceptions.EcmException
- when the schema-extension properties could not be deletedpublic List<com.lexmark.saperion.administration.AclReferenceType> getACLs() throws com.lexmark.saperion.exceptions.EcmException
GroupClient
getACLs
in interface GroupClient
com.lexmark.saperion.exceptions.EcmException
- when loading the ACLs failedCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.