Package org.uberfire.security
Interface ResourceType
-
- All Known Implementing Classes:
ActivityResourceType
@JsType public interface ResourceTypeType interface forResourceinstances
-
-
Field Summary
Fields Modifier and Type Field Description static ResourceTypeUNKNOWNResource type declaration for those resources who do not declare a type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()An string representation of this type instance
-
-
-
Field Detail
-
UNKNOWN
static final ResourceType UNKNOWN
Resource type declaration for those resources who do not declare a type.
-
-
Method Detail
-
getName
String getName()
An string representation of this type instance
-
-