public abstract static class ORule.ResourceGeneric extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static ORule.ResourceGeneric |
ALL |
static ORule.ResourceGeneric |
BYPASS_RESTRICTED |
static ORule.ResourceGeneric |
CLASS |
static ORule.ResourceGeneric |
CLUSTER |
static ORule.ResourceGeneric |
COMMAND |
static ORule.ResourceGeneric |
COMMAND_GREMLIN |
static ORule.ResourceGeneric |
DATABASE |
static ORule.ResourceGeneric |
DATABASE_COPY |
static ORule.ResourceGeneric |
DATABASE_CREATE |
static ORule.ResourceGeneric |
DATABASE_DROP |
static ORule.ResourceGeneric |
DATABASE_EXISTS |
static ORule.ResourceGeneric |
DATABASE_FREEZE |
static ORule.ResourceGeneric |
DATABASE_PASSTHROUGH |
static ORule.ResourceGeneric |
DATABASE_RELEASE |
static ORule.ResourceGeneric |
FUNCTION |
static ORule.ResourceGeneric |
RECORD_HOOK |
static ORule.ResourceGeneric |
SCHEMA |
static ORule.ResourceGeneric |
SERVER |
static ORule.ResourceGeneric |
SYSTEM_CLUSTERS |
Modifier | Constructor and Description |
---|---|
protected |
ResourceGeneric(String name,
String legacyName) |
Modifier and Type | Method and Description |
---|---|
String |
getLegacyName() |
String |
getName() |
String |
toString() |
static ORule.ResourceGeneric |
valueOf(String name) |
static ORule.ResourceGeneric[] |
values() |
public static final ORule.ResourceGeneric ALL
public static final ORule.ResourceGeneric FUNCTION
public static final ORule.ResourceGeneric CLASS
public static final ORule.ResourceGeneric CLUSTER
public static final ORule.ResourceGeneric BYPASS_RESTRICTED
public static final ORule.ResourceGeneric DATABASE
public static final ORule.ResourceGeneric SCHEMA
public static final ORule.ResourceGeneric COMMAND
public static final ORule.ResourceGeneric COMMAND_GREMLIN
public static final ORule.ResourceGeneric RECORD_HOOK
public static final ORule.ResourceGeneric SYSTEM_CLUSTERS
public static final ORule.ResourceGeneric SERVER
public static final ORule.ResourceGeneric DATABASE_COPY
public static final ORule.ResourceGeneric DATABASE_CREATE
public static final ORule.ResourceGeneric DATABASE_DROP
public static final ORule.ResourceGeneric DATABASE_EXISTS
public static final ORule.ResourceGeneric DATABASE_FREEZE
public static final ORule.ResourceGeneric DATABASE_RELEASE
public static final ORule.ResourceGeneric DATABASE_PASSTHROUGH
public String getName()
public String getLegacyName()
public static ORule.ResourceGeneric valueOf(String name)
public static ORule.ResourceGeneric[] values()
Copyright © 2009–2020 OrientDB. All rights reserved.