Пример #1
0
 /**
  * Removes the rule applying to the given People Container guid with the given filter string.
  *
  * @param filter filter string of the rule to be removed
  * @param guid guid of which the rule applies to
  * @exception UMSException Failure
  * @supported.api
  */
 public void removePeopleContainerRule(Guid guid, String filter) throws UMSException {
   PCMappingTable mt = PCMappingTable.getPCMappingTable(this);
   mt.removeRule(guid, filter);
 }