apps.remotecontrol.networkmanager.messages
Class PostWorkspacePortalMessage
java.lang.Object
synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
apps.remotecontrol.networkmanager.messages.PostWorkspacePortalMessage
- All Implemented Interfaces:
- java.io.Serializable, Message
public class PostWorkspacePortalMessage
- extends UnicastApplicationMessage
The Class PostWorkspacePortalMessage.
- See Also:
- Serialized Form
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage |
getSender |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostWorkspacePortalMessage
public PostWorkspacePortalMessage()
- Instantiates a new post workspace portal message.
PostWorkspacePortalMessage
public PostWorkspacePortalMessage(java.lang.Class<?> targetClass,
TableIdentity tableId,
java.util.Collection<ContentItem> collection)
- Instantiates a new post workspace portal message.
- Parameters:
targetClass
- the target classtableId
- the table idcollection
- the collection
getItems
public java.util.List<ContentItem> getItems()
- Gets the items.
- Returns:
- the items