public interface Event
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<org.apache.commons.rdf.api.IRI> |
getAgents() |
Get the Agents associated with this event
|
java.time.Instant |
getCreated() |
Get the created date for this event
|
org.apache.commons.rdf.api.IRI |
getIdentifier() |
Get an identifier for this event
|
java.util.Optional<org.apache.commons.rdf.api.IRI> |
getInbox() |
Get the inbox corresponding to the target, if one exists
|
java.util.Optional<org.apache.commons.rdf.api.IRI> |
getTarget() |
Get the resource identifier, if one exists
|
java.util.Collection<org.apache.commons.rdf.api.IRI> |
getTargetTypes() |
Get the types for the target resource
|
java.util.Collection<org.apache.commons.rdf.api.IRI> |
getTypes() |
Get types for this event
|
org.apache.commons.rdf.api.IRI getIdentifier()
java.util.Collection<org.apache.commons.rdf.api.IRI> getAgents()
java.util.Optional<org.apache.commons.rdf.api.IRI> getTarget()
java.util.Collection<org.apache.commons.rdf.api.IRI> getTypes()
java.util.Collection<org.apache.commons.rdf.api.IRI> getTargetTypes()
java.time.Instant getCreated()
java.util.Optional<org.apache.commons.rdf.api.IRI> getInbox()