Class 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 Detail

      • DesignerConversationEnvironmentData

        public DesignerConversationEnvironmentData​(long clientId,
                                                   long projectId,
                                                   long formVersionId,
                                                   long workflowVersionId)
        Parameters:
        clientId - Value returned by getClientId().
        projectId - Value returned by getProjectId().
        formVersionId - Value returned by getFormVersionId().
        workflowVersionId - Value returned by getWorkflowVersionId().
    • Method Detail

      • getClientId

        public long getClientId()
        Returns:
        ID of the client who 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.