Modifier and Type | Field and Description |
---|---|
protected AccessControlType |
AccessControlSynchronizeType.document |
Modifier and Type | Field and Description |
---|---|
protected List<AccessControlType> |
ImportSettingsType.access |
protected List<AccessControlType> |
AccessControlListType.access |
Modifier and Type | Method and Description |
---|---|
AccessControlType |
ObjectFactory.createAccessControlType()
Create an instance of
AccessControlType |
AccessControlType |
AccessControlSynchronizeType.getDocument()
Gets the value of the document property.
|
AccessControlType |
AccessControlType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
AccessControlType |
AccessControlType.withGrantor(String value) |
AccessControlType |
AccessControlType.withGroup(String value) |
AccessControlType |
AccessControlType.withId(String value) |
AccessControlType |
AccessControlType.withLoc(String value) |
AccessControlType |
AccessControlType.withOperation(AccessControlType.Operation value) |
AccessControlType |
AccessControlType.withPermission(String value) |
AccessControlType |
AccessControlType.withPriority(Integer value) |
AccessControlType |
AccessControlType.withRecursive(Boolean value) |
AccessControlType |
AccessControlType.withUser(String value) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<AccessControlType> |
ObjectFactory.createAccessControlDocument(AccessControlType value)
|
List<AccessControlType> |
ImportSettingsType.getAccess()
Gets the value of the access property.
|
List<AccessControlType> |
AccessControlListType.getAccess()
Gets the value of the access property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<AccessControlType> |
ObjectFactory.createAccessControlDocument(AccessControlType value)
|
void |
AccessControlSynchronizeType.setDocument(AccessControlType value)
Sets the value of the document property.
|
ImportSettingsType |
ImportSettingsType.withAccess(AccessControlType... values) |
AccessControlListType |
AccessControlListType.withAccess(AccessControlType... values) |
AccessControlSynchronizeType |
AccessControlSynchronizeType.withDocument(AccessControlType value) |
Modifier and Type | Method and Description |
---|---|
ImportSettingsType |
ImportSettingsType.withAccess(Collection<AccessControlType> values) |
AccessControlListType |
AccessControlListType.withAccess(Collection<AccessControlType> values) |
Copyright © 2017. All rights reserved.