Package com.complexible.stardog.security
Interface SecurityResourceType
-
public interface SecurityResourceTypeInterface for security resource types.- Since:
- 1.2
- Version:
- 1.2
- Author:
- Hector Perez-Urbina
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.lang.Stringid()Return the identifier of this type.default booleanisDatabaseType()Returnstrueif this resource type is related to a database.
-
-
-
Method Detail
-
id
java.lang.String id()
Return the identifier of this type.- Returns:
- the id
-
isDatabaseType
default boolean isDatabaseType()
Returnstrueif this resource type is related to a database. Examples of resource types related to databases areCoreResourceType.DATABASE,CoreResourceType.DATABASE_METADATAandCoreResourceType.NAMED_GRAPH.- Returns:
trueif this resource type is related to a database
-
-