Package de.xima.fc.gui.model.designer
Class DesignerConversationEnvironmentData
- java.lang.Object
 - 
- de.xima.fc.gui.model.designer.DesignerConversationEnvironmentData
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class DesignerConversationEnvironmentData extends Object implements Serializable
Info about the current client and project opened in the designer.- Since:
 - 8.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DesignerConversationEnvironmentData(long clientId, long projectId, long formVersionId, long workflowVersionId) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DesignerConversationEnvironmentDataempty()longgetClientId()longgetFormVersionId()longgetProjectId()longgetWorkflowVersionId() 
 - 
 
- 
- 
Constructor Detail
- 
DesignerConversationEnvironmentData
public DesignerConversationEnvironmentData(long clientId, long projectId, long formVersionId, long workflowVersionId)- Parameters:
 clientId- Value returned bygetClientId().projectId- Value returned bygetProjectId().formVersionId- Value returned bygetFormVersionId().workflowVersionId- Value returned bygetWorkflowVersionId().
 
 - 
 
- 
Method Detail
- 
getClientId
public long getClientId()
- Returns:
 - ID of the 
clientwho owns the currently opened form. 
 
- 
getFormVersionId
public long getFormVersionId()
- Returns:
 - ID of the currently opened 
FormVersion. 
 
- 
getProjectId
public long getProjectId()
- Returns:
 - ID of the currently opened 
form. 
 
- 
getWorkflowVersionId
public long getWorkflowVersionId()
- Returns:
 - ID of the currently opened 
WorkflowVersion. 
 
- 
empty
public static DesignerConversationEnvironmentData empty()
- Returns:
 - An empty environment instance with 
invalid IDs. 
 
 - 
 
 -