| Modifier and Type | Method and Description |
|---|---|
ResourceId |
ResourceId.Builder.build()
Builds a resource identifier to based on set path information of
the resource.
|
ResourceId |
RpcInput.id()
Returns the rpc identifier to which input belongs.
|
ResourceId |
DefaultResourceData.resourceId() |
ResourceId |
ResourceData.resourceId()
Returns resource identifier.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceId.Builder |
ResourceId.Builder.append(ResourceId id)
Appends a given resource id to current builder.
|
RpcContext |
SchemaContextProvider.getRpcContext(ResourceId id)
Returns rpc context corresponding to a given resource identifier.
|
SchemaContext |
SchemaContextProvider.getSchemaContext(ResourceId id)
Returns schema context corresponding to a given resource identifier.
|
ResourceData.Builder |
DefaultResourceData.Builder.resourceId(ResourceId id) |
ResourceData.Builder |
ResourceData.Builder.resourceId(ResourceId identifier)
Sets resource identifier.
|
| Constructor and Description |
|---|
Builder(ResourceId id)
Creates an instance of resource identifier builder.
|
RpcInput(ResourceId id,
DataNode data)
Creates an instance of RpcInput.
|
Copyright © 2018. All rights reserved.