public class UserGroup extends UC4Object
Constructor and Description |
---|
UserGroup() |
Modifier and Type | Method and Description |
---|---|
UserAuthorizations |
authorizations()
This method provides access to the authorization settings of this User Group.
|
Header |
header()
Returns the header data of this object.
|
boolean |
isExecutable()
Returns
true if this Object can be executed. |
protected void |
loadContent(com.uc4.util.XMLDocument doc,
ConnectionAttributes session) |
UserPrivileges |
privileges()
This method provides access to the privileges of this User Group.
|
protected void |
storeContent(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element objectElement,
ConnectionAttributes sessionInfo)
Stores the object specific data under the
objectElement element. |
UserAssignment |
users()
This method provides access to assigned users of this User Group.
|
public Header header()
public UserPrivileges privileges()
public UserAuthorizations authorizations()
public UserAssignment users()
protected void loadContent(com.uc4.util.XMLDocument doc, ConnectionAttributes session)
protected void storeContent(com.uc4.util.XMLDocument doc, org.w3c.dom.Element objectElement, ConnectionAttributes sessionInfo)
UC4Object
objectElement
element.doc
- XML Document, used to create subelementsobjectElement
- the newly created elements are children of the objectElement
elementsessionInfo
- Information about the current sessionpublic boolean isExecutable()
UC4Object
true
if this Object can be executed.isExecutable
in class UC4Object