-
Methodenübersicht
void
void
boolean
boolean
boolean
boolean
void
We have to relace subjects of the objects.
void
void
void
void
void
void
void
void
void
Von Schnittstelle geerbte Methoden org.linkedopenactors.rdfpub.domain.RdfObject
add, add, add, add, add, add, addAll, addContext, addContext, addNamespace, addNamespaces, contexts, dump, dump, get, getAll, getAllIri, getBigInteger, getIdentifier, getInstantOpt, getIri, getIriOpt, getLong, getString, getStringOpt, getSubject, getVersion, isSubClassOf, namespaces, remove, replace, replace, replaceSubject, set, setContext, setIdentifier, setVersion
-
Methodendetails
-
-
-
addAttributedTo
void addAttributedTo(IRI attributedtTo)
-
-
-
-
setSummary
void setSummary(String summary)
-
-
-
-
-
-
-
-
-
-
-
-
-
setAudience
void setAudience(Set<IRI> audience)
-
hideBlindReceivers
void hideBlindReceivers()
-
isAttributedTo
boolean isAttributedTo(IRI requestedActorId)
- Parameter:
requestedActorId
-
- Gibt zurück:
- True, if the passed ActorId is in the
AS.attributedTo()
of the ActivityPubObject
.
-
isReceiver
boolean isReceiver(IRI requestedActorId)
- Parameter:
requestedActorId
-
- Gibt zurück:
- True, if the passed ActorId is in the
AS.to()
,
AS.bto()
,
AS.cc()
,
AS.bcc()
of the
ActivityPubObject
.
-
isActivity
boolean isActivity()
-
references
boolean references(IRI referencedObjectId)
- Parameter:
referencedObjectId
- The id of the potentially referenced object.
- Gibt zurück:
- True, if this
ActivityPubObject
has any predicate, thats value equals the passed referencedObjectId.
-
replaceReferences
void replaceReferences(Map<IRI,IRI> mappings)
We have to relace subjects of the objects. Therefore we also have to renew internal references.
- Parameter:
mappings
-
-