Class TypedVariableUtils.People

java.lang.Object
com.appiancorp.suiteapi.process.TypedVariableUtils.People
Enclosing class:
TypedVariableUtils

public static class TypedVariableUtils.People extends Object
Class representing groups and/or users
  • Constructor Details

    • People

      public People()
  • Method Details

    • getGroups

      public Long[] getGroups()
      Gets the groups
      Returns:
      the ids for the groups
    • setGroups

      public void setGroups(Long[] groups_)
      Sets the groups
      Parameters:
      groups_ - the groups to set
      See Also:
    • getUsers

      public String[] getUsers()
      Gets the users
      Returns:
      the users
    • setUsers

      public void setUsers(String[] users_)
      Sets the users
      Parameters:
      users_ - the users to set
      See Also: