Class ActivityGroupReference

    • Field Detail

      • serialVersionUID

        public static final long serialVersionUID
        ID for serialisation.
        See Also:
        Constant Field Values
      • groupId

        protected final UUID groupId
        The ID of the group this reference represents.
      • groupName

        protected final String groupName
        The name of the group this reference represents.
      • groupExecutionContext

        protected final String groupExecutionContext
        The execution context of the group this reference represents.
    • Constructor Detail

      • ActivityGroupReference

        public ActivityGroupReference​(UUID groupId,
                                      String groupName,
                                      String groupExecutionContext,
                                      Map<String,​String> userAttributes)
        Parameters:
        groupId - The ID of the group this reference represents.
        groupName - The ID of the group this reference represents.
        groupExecutionContext - The execution context of the group this reference represents.
        userAttributes - The user attributes.