| Package | Description |
|---|---|
| org.ldp4j.application.kernel.constraints | |
| org.ldp4j.application.kernel.endpoint | |
| org.ldp4j.application.kernel.resource |
| Modifier and Type | Method and Description |
|---|---|
ResourceId |
ConstraintReportId.resourceId() |
| Modifier and Type | Method and Description |
|---|---|
static ConstraintReportId |
ConstraintReportId.create(ResourceId resourceId,
String failureId) |
| Modifier and Type | Method and Description |
|---|---|
ResourceId |
Endpoint.resourceId() |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
EndpointRepository.endpointOfResource(ResourceId id) |
| Modifier and Type | Method and Description |
|---|---|
ResourceId |
Slug.containerId() |
ResourceId |
Member.containerId() |
static ResourceId |
ResourceId.createId(Name<?> name,
ResourceTemplate template) |
static ResourceId |
ResourceId.createId(Name<?> name,
String templateId) |
ResourceId |
Resource.id() |
ResourceId |
Member.memberId() |
ResourceId |
Resource.parentId() |
ResourceId |
Attachment.resourceId()
Retrieve the identifier of the attached resource
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
Container.addMember(ResourceId resourceId) |
Resource |
Resource.attach(String attachmentId,
ResourceId resourceId) |
<T extends Resource> |
Resource.attach(String attachmentId,
ResourceId resourceId,
Class<? extends T> clazz) |
Container |
ResourceRepository.containerOfId(ResourceId id) |
Attachment |
Resource.findAttachment(ResourceId resourceId) |
Member |
Container.findMember(ResourceId resourceId) |
boolean |
Container.hasMember(ResourceId resourceId) |
<T extends Resource> |
ResourceRepository.resourceById(ResourceId id,
Class<? extends T> expectedResourceClass) |
Resource |
ResourceRepository.resourceOfId(ResourceId id) |
Copyright (C) 2014-2016, Center for Open Middleware