public static enum GrantableMethods.Methods extends Enum<GrantableMethods.Methods>
Enum list of all grantable API methods.| Modifier and Type | Method and Description |
|---|---|
Method |
getImplClass(Class<? extends PrimaryDataEntity> clazz) |
static GrantableMethods.Methods |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrantableMethods.Methods[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrantableMethods.Methods addPublicReference
public static final GrantableMethods.Methods getPublicReferences
public static final GrantableMethods.Methods createPrimaryDataDirectory
public static final GrantableMethods.Methods createPrimaryDataFile
public static final GrantableMethods.Methods delete
public static final GrantableMethods.Methods exist
public static final GrantableMethods.Methods getParentDirectory
public static final GrantableMethods.Methods getPrimaryDataEntity
public static final GrantableMethods.Methods listPrimaryDataEntities
public static final GrantableMethods.Methods read
public static final GrantableMethods.Methods store
public static final GrantableMethods.Methods searchByDublinCoreElement
public static final GrantableMethods.Methods searchByMetaData
public static final GrantableMethods.Methods searchByPublicationStatus
public static final GrantableMethods.Methods searchByKeyword
public static final GrantableMethods.Methods move
public static final GrantableMethods.Methods rename
public static final GrantableMethods.Methods setMetaData
public static final GrantableMethods.Methods grantPermission
public static final GrantableMethods.Methods revokePermission
public static final GrantableMethods.Methods ALL
public static GrantableMethods.Methods[] values()
for (GrantableMethods.Methods c : GrantableMethods.Methods.values()) System.out.println(c);
public static GrantableMethods.Methods 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 Method getImplClass(Class<? extends PrimaryDataEntity> clazz) throws SecurityException, NoSuchMethodException
Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.