public static enum BuilderToken.PROJECTIONARGS extends Enum<BuilderToken.PROJECTIONARGS>
Enum Constant and Description |
---|
ALL
All fields for the result or None except Id
|
ALLUNITUPS
All Unit's parents
|
DUA
All Dua for the result
|
FORMAT
Object format
|
ID
Id of the item
|
INITIAL_OPERATION
Unit or GOT's initial operation
|
LAST_PERSISTED_DATE
Last persisted date (logbook operation & lifecycle documents)
|
MANAGEMENT
Management bloc
|
MAX
Unit's MAX distance from root
|
MIN
Unit's MIN distance from root
|
NBCHILD
Number of copies or number of children
|
NBOBJECTS
Number of objects within ObjectGroup
|
NBUNITS
Number of units immediate children from this Unit
|
OBJECT
Unit's ObjectGroup
|
OPERATIONS
Unit or GOT's list of participating operations
|
ORIGINATING_AGENCIES
originating agencies
|
ORIGINATING_AGENCY
originating agency
|
PARENTS
parents arrays
|
QUALIFIERS
Qualifiers field
|
SCORE
Document scoring according to research
|
SIZE
Object size
|
STORAGE
Storage field in OG
|
TENANT
Unit/ObjectGroup Tenant
|
TYPE
Unit/ObjectGroup type
|
UNITTYPE
unit type bloc
|
UNITUPS
Unit's immediate parents
|
USAGE
Document's usage (BINARY_MASTER, PHYSICAL_MASTER, DISSEMINATION, ...)
|
VERSION
Document's version (number of update on document)
|
Modifier and Type | Method and Description |
---|---|
String |
exactToken() |
static BuilderToken.PROJECTIONARGS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuilderToken.PROJECTIONARGS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuilderToken.PROJECTIONARGS ID
public static final BuilderToken.PROJECTIONARGS NBUNITS
public static final BuilderToken.PROJECTIONARGS NBOBJECTS
public static final BuilderToken.PROJECTIONARGS NBCHILD
public static final BuilderToken.PROJECTIONARGS DUA
public static final BuilderToken.PROJECTIONARGS ALL
public static final BuilderToken.PROJECTIONARGS QUALIFIERS
public static final BuilderToken.PROJECTIONARGS SIZE
public static final BuilderToken.PROJECTIONARGS FORMAT
public static final BuilderToken.PROJECTIONARGS TYPE
public static final BuilderToken.PROJECTIONARGS TENANT
public static final BuilderToken.PROJECTIONARGS OBJECT
public static final BuilderToken.PROJECTIONARGS UNITUPS
public static final BuilderToken.PROJECTIONARGS MIN
public static final BuilderToken.PROJECTIONARGS MAX
public static final BuilderToken.PROJECTIONARGS ALLUNITUPS
public static final BuilderToken.PROJECTIONARGS MANAGEMENT
public static final BuilderToken.PROJECTIONARGS ORIGINATING_AGENCY
public static final BuilderToken.PROJECTIONARGS ORIGINATING_AGENCIES
public static final BuilderToken.PROJECTIONARGS STORAGE
public static final BuilderToken.PROJECTIONARGS UNITTYPE
public static final BuilderToken.PROJECTIONARGS PARENTS
public static final BuilderToken.PROJECTIONARGS OPERATIONS
public static final BuilderToken.PROJECTIONARGS INITIAL_OPERATION
public static final BuilderToken.PROJECTIONARGS VERSION
public static final BuilderToken.PROJECTIONARGS USAGE
public static final BuilderToken.PROJECTIONARGS SCORE
public static final BuilderToken.PROJECTIONARGS LAST_PERSISTED_DATE
public static BuilderToken.PROJECTIONARGS[] values()
for (BuilderToken.PROJECTIONARGS c : BuilderToken.PROJECTIONARGS.values()) System.out.println(c);
public static BuilderToken.PROJECTIONARGS valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final String exactToken()
Copyright © 2018 Vitam. All rights reserved.