AccessControlList
implementation supports reordering of entries the specified srcEntry
is inserted at the position of the specified destEntry
. If destEntry
is null
the entry is moved to the end of the list. If srcEntry
and destEntry
are the same no changes are made.
@param srcEntry The access control entry to be moved within the list.
@param destEntry The entry before which the srcEntry
will be moved.
@throws AccessControlException If any of the given entries is invalid orcannot be handled by the implementation.
@throws UnsupportedRepositoryOperationException If ordering is not supported.
@throws RepositoryException If another error occurs.
srcResource
into the collection entry at the position immediately before the referenced resource destResource
. To insert the referenced resource into last position, destResource
can be null.
@param srcResource Referenced resource that needs to be moved in the order
@param destResource Referenced resource before which the srcResource
will be placed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|