Enum GrantableMethods.Methods
- java.lang.Object
-
- java.lang.Enum<GrantableMethods.Methods>
-
- de.ipk_gatersleben.bit.bi.edal.aspectj.security.GrantableMethods.Methods
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<GrantableMethods.Methods>
,java.lang.constant.Constable
- Enclosing class:
- GrantableMethods
public static enum GrantableMethods.Methods extends java.lang.Enum<GrantableMethods.Methods>
ConstantEnum
list of all grantable API methods.
-
-
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description java.lang.reflect.Method
getImplClass(java.lang.Class<? extends PrimaryDataEntity> clazz)
static GrantableMethods.Methods
valueOf(java.lang.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.
-
-
-
Enum Constant Detail
-
addPublicReference
public static final GrantableMethods.Methods addPublicReference
-
getPublicReferences
public static final GrantableMethods.Methods getPublicReferences
-
createPrimaryDataDirectory
public static final GrantableMethods.Methods createPrimaryDataDirectory
-
createPrimaryDataFile
public static final GrantableMethods.Methods createPrimaryDataFile
-
delete
public static final GrantableMethods.Methods delete
-
exist
public static final GrantableMethods.Methods exist
-
getParentDirectory
public static final GrantableMethods.Methods getParentDirectory
-
getPrimaryDataEntity
public static final GrantableMethods.Methods getPrimaryDataEntity
-
listPrimaryDataEntities
public static final GrantableMethods.Methods listPrimaryDataEntities
-
read
public static final GrantableMethods.Methods read
-
store
public static final GrantableMethods.Methods store
-
searchByDublinCoreElement
public static final GrantableMethods.Methods searchByDublinCoreElement
-
searchByMetaData
public static final GrantableMethods.Methods searchByMetaData
-
searchByPublicationStatus
public static final GrantableMethods.Methods searchByPublicationStatus
-
searchByKeyword
public static final GrantableMethods.Methods searchByKeyword
-
move
public static final GrantableMethods.Methods move
-
rename
public static final GrantableMethods.Methods rename
-
setMetaData
public static final GrantableMethods.Methods setMetaData
-
grantPermission
public static final GrantableMethods.Methods grantPermission
-
revokePermission
public static final GrantableMethods.Methods revokePermission
-
ALL
public static final GrantableMethods.Methods ALL
-
-
Method Detail
-
values
public static GrantableMethods.Methods[] values()
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GrantableMethods.Methods 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 namejava.lang.NullPointerException
- if the argument is null
-
getImplClass
public java.lang.reflect.Method getImplClass(java.lang.Class<? extends PrimaryDataEntity> clazz) throws java.lang.SecurityException, java.lang.NoSuchMethodException
- Throws:
java.lang.SecurityException
java.lang.NoSuchMethodException
-
-