Uses of Class
com.sap.ip.collaboration.room.api.Exceptions.RoomException

Packages that use RoomException
com.sap.ip.collaboration.room.api   
com.sap.ip.collaboration.room.api.Exceptions   
 

Uses of RoomException in com.sap.ip.collaboration.room.api
 

Methods in com.sap.ip.collaboration.room.api that throw RoomException
 void IRoomsStructure.addFolder(String parentId, String folderPath)
          Add a folder to the rooms structure.
 IEntryPointList IRoomsStructure.getEntryPointChildren(IEntryPoint parentEntryPoint, String providerName)
          Retrieve the children of a virtual entrypoint node.
 int IRoom.getPosition(String roomPartId)
          Get the actual position of a Room Part in the DTN.
 List IRoomsStructure.getRoomFolders(String roomId, boolean includeRoomPartFolders)
          Get the folders of a room
 String IRoomsStructure.getRoomOfResource(String resourcePath)
          Get the room a resource belongs to
 String IRoomsStructure.getRoomOfRoomPart(String roomPartId)
          Get the room a room part belongs to
 List IRoomsStructure.getRoomPartFolders(String roomPartId)
          Get the folders of a room part
 List IRoomsStructure.getRoomParts(String roomId)
          Get the room parts of a room
 boolean IRoomsStructure.hasFolder(String folderPath)
          Check if a folder is added to the rooms structure
 void IRoomsStructure.removeFolder(String folderPath)
          Remove a folder from the rooms structure.
 void IRoom.removeRoomRole(String roleName)
          Remove a room role from a room.
 void IRoomsStructure.setEntryPoint(String folderPath, boolean isEntryPoint)
          Sets the entry point flag for a folder that has been added to the structure.
 int IRoom.setPosition(String roomPartId, int newPosition)
          Set the position of a Room Part in the DTN.
 

Uses of RoomException in com.sap.ip.collaboration.room.api.Exceptions
 

Subclasses of RoomException in com.sap.ip.collaboration.room.api.Exceptions
 class RoomCreationException
          Class implementing an exception that occured during room creation.
 class RoomDeletionException
          Class implementing an exception that occurred during room deletion.
 



Copyright 2012 SAP AG Complete Copyright Notice