arta.synergy.web.common.client.data.person
Enum UserSearchParams.AdditionalFields

java.lang.Object
  extended by java.lang.Enum<UserSearchParams.AdditionalFields>
      extended by arta.synergy.web.common.client.data.person.UserSearchParams.AdditionalFields
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<UserSearchParams.AdditionalFields>
Enclosing class:
UserSearchParams

public static enum UserSearchParams.AdditionalFields
extends java.lang.Enum<UserSearchParams.AdditionalFields>

Дополнительные поля, которые могут быть опционально подгружены для каждого пользователя


Enum Constant Summary
is_inferior
          является ли пользователь подчиненным пользователю actorID
workload
          нагрузка пользователя по потокам работ за определенный период.
 
Method Summary
static UserSearchParams.AdditionalFields valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UserSearchParams.AdditionalFields[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

workload

public static final UserSearchParams.AdditionalFields workload
нагрузка пользователя по потокам работ за определенный период. Для расчета должны быть заданы дополнительные параметры - начало и конец периода

See Also:
UserSearchParams.customParameters, UserSearchParams.AdditionalParams.period_start, UserSearchParams.AdditionalParams.period_end

is_inferior

public static final UserSearchParams.AdditionalFields is_inferior
является ли пользователь подчиненным пользователю actorID

Method Detail

values

public static UserSearchParams.AdditionalFields[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (UserSearchParams.AdditionalFields c : UserSearchParams.AdditionalFields.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static UserSearchParams.AdditionalFields valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright © 2000 Dummy Corp. All Rights Reserved.