Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.vdb | |
org.komodo.relational.vdb.internal |
Modifier and Type | Method and Description |
---|---|
static DataRole |
RelationalModelFactory.createDataRole(Repository.UnitOfWork transaction,
Repository repository,
Vdb parentVdb,
String dataRoleName) |
Modifier and Type | Method and Description |
---|---|
static Permission |
RelationalModelFactory.createPermission(Repository.UnitOfWork transaction,
Repository repository,
DataRole parentDataRole,
String permissionName) |
Modifier and Type | Field and Description |
---|---|
static DataRole[] |
DataRole.NO_DATA_ROLES
An empty array of data roles.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<DataRole> |
DataRole.RESOLVER
The resolver of a
DataRole . |
Modifier and Type | Method and Description |
---|---|
DataRole |
Vdb.addDataRole(Repository.UnitOfWork transaction,
String dataRoleName) |
DataRole[] |
Vdb.getDataRoles(Repository.UnitOfWork transaction,
String... namePatterns) |
DataRole |
Permission.getParent(Repository.UnitOfWork transaction) |
Modifier and Type | Class and Description |
---|---|
class |
DataRoleImpl
An implementation of a VDB data role.
|
Modifier and Type | Method and Description |
---|---|
DataRole |
VdbImpl.addDataRole(Repository.UnitOfWork transaction,
String dataRoleName) |
DataRole[] |
VdbImpl.getDataRoles(Repository.UnitOfWork transaction,
String... namePatterns) |
DataRole |
PermissionImpl.getParent(Repository.UnitOfWork transaction) |
Copyright © 2013–2019. All rights reserved.