Uses of Class
com.vidispine.generated.AccessControlType
-
Uses of AccessControlType in com.vidispine.generated
Fields in com.vidispine.generated declared as AccessControlTypeModifier and TypeFieldDescriptionprotected AccessControlType
AccessControlSynchronizeType.document
Fields in com.vidispine.generated with type parameters of type AccessControlTypeModifier and TypeFieldDescriptionprotected List<AccessControlType>
AccessControlListType.access
protected List<AccessControlType>
ImportSettingsType.access
Methods in com.vidispine.generated that return AccessControlTypeModifier and TypeMethodDescriptionObjectFactory.createAccessControlType()
Create an instance ofAccessControlType
AccessControlSynchronizeType.getDocument()
Gets the value of the document property.AccessControlType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) AccessControlType.withAppliesTo
(AppliesToType... values) Adds objects to the list of AppliesTo using add methodAccessControlType.withAppliesTo
(Collection<AppliesToType> values) Adds objects to the list of AppliesTo using addAll methodAccessControlType.withGrantor
(String value) Sets the value of the grantor property.Sets the value of the group property.AccessControlType.withGroupType
(GroupType value) Sets the value of the groupType property.Sets the value of the id property.Sets the value of the loc property.AccessControlType.withOperation
(AccessControlType.Operation value) Sets the value of the operation property.AccessControlType.withPermission
(String value) Sets the value of the permission property.AccessControlType.withPriority
(Integer value) Sets the value of the priority property.AccessControlType.withRecursive
(Boolean value) Sets the value of the recursive property.Sets the value of the user property.AccessControlType.withUserType
(UserType value) Sets the value of the userType property.Methods in com.vidispine.generated that return types with arguments of type AccessControlTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AccessControlType>
ObjectFactory.createAccessControlDocument
(AccessControlType value) AccessControlListType.getAccess()
Gets the value of the access property.ImportSettingsType.getAccess()
Gets the value of the access property.Methods in com.vidispine.generated with parameters of type AccessControlTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AccessControlType>
ObjectFactory.createAccessControlDocument
(AccessControlType value) void
AccessControlSynchronizeType.setDocument
(AccessControlType value) Sets the value of the document property.AccessControlListType.withAccess
(AccessControlType... values) Adds objects to the list of Access using add methodImportSettingsType.withAccess
(AccessControlType... values) Adds objects to the list of Access using add methodAccessControlSynchronizeType.withDocument
(AccessControlType value) Sets the value of the document property.Method parameters in com.vidispine.generated with type arguments of type AccessControlTypeModifier and TypeMethodDescriptionAccessControlListType.withAccess
(Collection<AccessControlType> values) Adds objects to the list of Access using addAll methodImportSettingsType.withAccess
(Collection<AccessControlType> values) Adds objects to the list of Access using addAll method