| org.rdfs.sioc.Thing org.rdfs.sioc.Document org.rdfs.sioc.Item
All known Subclasses: org.rdfs.sioc.Post,
Item | public class Item extends Document (Code) | | This class was generated by RDFReactor on 01.06.07 18:30
This class manages access to these properties:
- Previousversion
- Previousbydate
- Container
- Nextbydate
- Reply
- Replyof
- Creator
- Ipaddress
- Nextversion
- Modifier
Schema Comment: A content Item that can be posted to or created within a Container.
|
Constructor Summary | |
protected | Item(Model model, URI classURI, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write) Returns a Java wrapper over an RDF object, identified by URI. | public | Item(Model model, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write) Returns a Java wrapper over an RDF object, identified by URI. | public | Item(Model model, URI uri) Returns a Java wrapper over an RDF object, identified by URI. | public | Item(Model model, String uriString) Returns a Java wrapper over an RDF object, identified by URI. | public | Item(Model model, BlankNode bnode) Returns a Java wrapper over an RDF object, identified by a blank node. | public | Item(Model model) Returns a Java wrapper over an RDF object, identified by
a randomly generated URI. |
CONTAINER | final public static URI CONTAINER(Code) | | http://rdfs.org/sioc/ns#has_container
|
CREATOR | final public static URI CREATOR(Code) | | http://rdfs.org/sioc/ns#has_creator
|
IPADDRESS | final public static URI IPADDRESS(Code) | | http://rdfs.org/sioc/ns#ip_address
|
MANAGED_URIS | final public static URI[] MANAGED_URIS(Code) | | all property-URIs with this class as domain
|
MODIFIER | final public static URI MODIFIER(Code) | | http://rdfs.org/sioc/ns#has_modifier
|
NEXTBYDATE | final public static URI NEXTBYDATE(Code) | | http://rdfs.org/sioc/ns#next_by_date
|
NEXTVERSION | final public static URI NEXTVERSION(Code) | | http://rdfs.org/sioc/ns#next_version
|
PREVIOUSBYDATE | final public static URI PREVIOUSBYDATE(Code) | | http://rdfs.org/sioc/ns#previous_by_date
|
PREVIOUSVERSION | final public static URI PREVIOUSVERSION(Code) | | http://rdfs.org/sioc/ns#previous_version
|
RDFS_CLASS | final public static URI RDFS_CLASS(Code) | | http://rdfs.org/sioc/ns#Item
|
REPLY | final public static URI REPLY(Code) | | http://rdfs.org/sioc/ns#has_reply
|
REPLYOF | final public static URI REPLYOF(Code) | | http://rdfs.org/sioc/ns#reply_of
|
Item | protected Item(Model model, URI classURI, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write)(Code) | | Returns a Java wrapper over an RDF object, identified by URI.
Creating two wrappers for the same instanceURI is legal.
Parameters: model - RDF2GO Model implementation, see http://rdf2go.semweb4j.org Parameters: classURI - URI of RDFS class Parameters: instanceIdentifier - Resource that identifies this instance Parameters: write - if true, the statement (this, rdf:type, TYPE) is written to the model |
Item | public Item(Model model, org.ontoware.rdf2go.model.node.Resource instanceIdentifier, boolean write)(Code) | | Returns a Java wrapper over an RDF object, identified by URI.
Creating two wrappers for the same instanceURI is legal.
Parameters: model - RDF2GO Model implementation, see http://rdf2go.ontoware.org Parameters: instanceIdentifier - an RDF2Go Resource identifying this instance Parameters: write - if true, the statement (this, rdf:type, TYPE) is written to the model |
Item | public Item(Model model, URI uri)(Code) | | Returns a Java wrapper over an RDF object, identified by URI.
Creating two wrappers for the same instanceURI is legal.
The statement (this, rdf:type, TYPE) is written to the model
Parameters: model - RDF2GO Model implementation, see http://rdf2go.ontoware.org Parameters: uri - URI of this instance |
Item | public Item(Model model, String uriString) throws ModelRuntimeException(Code) | | Returns a Java wrapper over an RDF object, identified by URI.
Creating two wrappers for the same instanceURI is legal.
The statement (this, rdf:type, TYPE) is written to the model
Parameters: model - RDF2GO Model implementation, see http://rdf2go.ontoware.org Parameters: uriString - A URI of this instance, represented as a String throws: ModelRuntimeException - if URI syntax is wrong |
Item | public Item(Model model, BlankNode bnode)(Code) | | Returns a Java wrapper over an RDF object, identified by a blank node.
Creating two wrappers for the same blank node is legal.
The statement (this, rdf:type, TYPE) is written to the model
Parameters: model - RDF2GO Model implementation, see http://rdf2go.ontoware.org Parameters: bnode - BlankNode of this instance |
Item | public Item(Model model)(Code) | | Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
Creating two wrappers results in different URIs.
The statement (this, rdf:type, TYPE) is written to the model
Parameters: model - RDF2GO Model implementation, see http://rdf2go.ontoware.org |
addSiocContainer | public void addSiocContainer(Container value)(Code) | | adds a value
Parameters: value - the value to be addedSchema Comment: The Container which this Item belongs to. |
addSiocContainerof_Inverse | public void addSiocContainerof_Inverse(Container value)(Code) | | add 'Containerof'-Inverse
Parameters: value - |
addSiocCreator | public void addSiocCreator(User value)(Code) | | adds a value
Parameters: value - the value to be addedSchema Comment: This is the User who made this Item. |
addSiocCreatorof_Inverse | public void addSiocCreatorof_Inverse(User value)(Code) | | add 'Creatorof'-Inverse
Parameters: value - |
addSiocIpaddress | public void addSiocIpaddress(java.lang.String value)(Code) | | adds a value
Parameters: value - the value to be addedSchema Comment: The IP address used when creating this Item. This can be associated with a creator. Some wiki articles list the IP addresses for the creator or modifiers when the usernames are absent. |
addSiocModifier | public void addSiocModifier(User value)(Code) | | adds a value
Parameters: value - the value to be addedSchema Comment: A User who has modified this Item. |
addSiocModifierof_Inverse | public void addSiocModifierof_Inverse(User value)(Code) | | add 'Modifierof'-Inverse
Parameters: value - |
addSiocNextbydate | public void addSiocNextbydate(Item value)(Code) | | adds a value
Parameters: value - the value to be addedSchema Comment: Next Item or Post in a given Container sorted by date. |
addSiocNextbydate_Inverse | public void addSiocNextbydate_Inverse(Item value)(Code) | | add 'Nextbydate'-Inverse
Parameters: value - |
addSiocNextversion | public void addSiocNextversion(Item value)(Code) | | adds a value
Parameters: value - the value to be addedSchema Comment: Links to the next revision of this Item or Post. |
addSiocNextversion_Inverse | public void addSiocNextversion_Inverse(Item value)(Code) | | add 'Nextversion'-Inverse
Parameters: value - |
addSiocPreviousbydate | public void addSiocPreviousbydate(Item value)(Code) | | adds a value
Parameters: value - the value to be addedSchema Comment: Previous Item or Post in a given Container sorted by date. |
addSiocPreviousbydate_Inverse | public void addSiocPreviousbydate_Inverse(Item value)(Code) | | add 'Previousbydate'-Inverse
Parameters: value - |
addSiocPreviousversion | public void addSiocPreviousversion(Item value)(Code) | | adds a value
Parameters: value - the value to be addedSchema Comment: Links to a previous revision of this Item or Post. |
addSiocPreviousversion_Inverse | public void addSiocPreviousversion_Inverse(Item value)(Code) | | add 'Previousversion'-Inverse
Parameters: value - |
addSiocReply | public void addSiocReply(Item value)(Code) | | adds a value
Parameters: value - the value to be addedSchema Comment: Points to an Item or Post that is a reply or response to this Item or Post. |
addSiocReply_Inverse | public void addSiocReply_Inverse(Item value)(Code) | | add 'Reply'-Inverse
Parameters: value - |
addSiocReplyof | public void addSiocReplyof(Item value)(Code) | | adds a value
Parameters: value - the value to be addedSchema Comment: Links to an Item or Post which this Item or Post is a reply to. |
addSiocReplyof_Inverse | public void addSiocReplyof_Inverse(Item value)(Code) | | add 'Replyof'-Inverse
Parameters: value - |
getAllInstances | public Item[] getAllInstances()(Code) | | all instances of this class |
getAllInstances | public static Item[] getAllInstances(Model model)(Code) | | all instances of this class in the given Model Parameters: model - an RDF2Go model |
getAllSiocContainer | public Container[] getAllSiocContainer()(Code) | | all valuesSchema Comment: The Container which this Item belongs to. |
getAllSiocContainerof_Inverse | public Container[] getAllSiocContainerof_Inverse()(Code) | | all A's that have a relation 'Containerof' to this Item instance |
getAllSiocCreator | public User[] getAllSiocCreator()(Code) | | all valuesSchema Comment: This is the User who made this Item. |
getAllSiocCreatorof_Inverse | public User[] getAllSiocCreatorof_Inverse()(Code) | | all A's that have a relation 'Creatorof' to this Item instance |
getAllSiocIpaddress | public java.lang.String[] getAllSiocIpaddress()(Code) | | all valuesSchema Comment: The IP address used when creating this Item. This can be associated with a creator. Some wiki articles list the IP addresses for the creator or modifiers when the usernames are absent. |
getAllSiocModifier | public User[] getAllSiocModifier()(Code) | | all valuesSchema Comment: A User who has modified this Item. |
getAllSiocModifierof_Inverse | public User[] getAllSiocModifierof_Inverse()(Code) | | all A's that have a relation 'Modifierof' to this Item instance |
getAllSiocNextbydate | public Item[] getAllSiocNextbydate()(Code) | | all valuesSchema Comment: Next Item or Post in a given Container sorted by date. |
getAllSiocNextbydate_Inverse | public Item[] getAllSiocNextbydate_Inverse()(Code) | | all A's that have a relation 'Nextbydate' to this Item instance |
getAllSiocNextversion | public Item[] getAllSiocNextversion()(Code) | | all valuesSchema Comment: Links to the next revision of this Item or Post. |
getAllSiocNextversion_Inverse | public Item[] getAllSiocNextversion_Inverse()(Code) | | all A's that have a relation 'Nextversion' to this Item instance |
getAllSiocPreviousbydate | public Item[] getAllSiocPreviousbydate()(Code) | | all valuesSchema Comment: Previous Item or Post in a given Container sorted by date. |
getAllSiocPreviousbydate_Inverse | public Item[] getAllSiocPreviousbydate_Inverse()(Code) | | all A's that have a relation 'Previousbydate' to this Item instance |
getAllSiocPreviousversion | public Item[] getAllSiocPreviousversion()(Code) | | all valuesSchema Comment: Links to a previous revision of this Item or Post. |
getAllSiocPreviousversion_Inverse | public Item[] getAllSiocPreviousversion_Inverse()(Code) | | all A's that have a relation 'Previousversion' to this Item instance |
getAllSiocReply | public Item[] getAllSiocReply()(Code) | | all valuesSchema Comment: Points to an Item or Post that is a reply or response to this Item or Post. |
getAllSiocReply_Inverse | public Item[] getAllSiocReply_Inverse()(Code) | | all A's that have a relation 'Reply' to this Item instance |
getAllSiocReplyof | public Item[] getAllSiocReplyof()(Code) | | all valuesSchema Comment: Links to an Item or Post which this Item or Post is a reply to. |
getAllSiocReplyof_Inverse | public Item[] getAllSiocReplyof_Inverse()(Code) | | all A's that have a relation 'Replyof' to this Item instance |
getInstance | public static Item getInstance(Model model, URI uri) throws Exception(Code) | | Parameters: model - RDF2Go model Parameters: uri - instance identifier an instance of Item or null if none existst throws: Exception - if Model causes problems |
getSiocContainer | public Container getSiocContainer()(Code) | | Schema Comment: The Container which this Item belongs to.
the only value. null if none is found throws: RDFDataException - , if the property has multiple values |
getSiocCreator | public User getSiocCreator()(Code) | | Schema Comment: This is the User who made this Item.
the only value. null if none is found throws: RDFDataException - , if the property has multiple values |
getSiocIpaddress | public java.lang.String getSiocIpaddress()(Code) | | Schema Comment: The IP address used when creating this Item. This can be associated with a creator. Some wiki articles list the IP addresses for the creator or modifiers when the usernames are absent.
the only value. null if none is found throws: RDFDataException - , if the property has multiple values |
getSiocModifier | public User getSiocModifier()(Code) | | Schema Comment: A User who has modified this Item.
the only value. null if none is found throws: RDFDataException - , if the property has multiple values |
getSiocNextbydate | public Item getSiocNextbydate()(Code) | | Schema Comment: Next Item or Post in a given Container sorted by date.
the only value. null if none is found throws: RDFDataException - , if the property has multiple values |
getSiocNextversion | public Item getSiocNextversion()(Code) | | Schema Comment: Links to the next revision of this Item or Post.
the only value. null if none is found throws: RDFDataException - , if the property has multiple values |
getSiocPreviousbydate | public Item getSiocPreviousbydate()(Code) | | Schema Comment: Previous Item or Post in a given Container sorted by date.
the only value. null if none is found throws: RDFDataException - , if the property has multiple values |
getSiocPreviousversion | public Item getSiocPreviousversion()(Code) | | Schema Comment: Links to a previous revision of this Item or Post.
the only value. null if none is found throws: RDFDataException - , if the property has multiple values |
getSiocReply | public Item getSiocReply()(Code) | | Schema Comment: Points to an Item or Post that is a reply or response to this Item or Post.
the only value. null if none is found throws: RDFDataException - , if the property has multiple values |
getSiocReplyof | public Item getSiocReplyof()(Code) | | Schema Comment: Links to an Item or Post which this Item or Post is a reply to.
the only value. null if none is found throws: RDFDataException - , if the property has multiple values |
hasInstance | public static boolean hasInstance(Model model, URI uri)(Code) | | Parameters: model - Parameters: uri - true if uri is an instance of this class in the model |
hasSiocContainer | public boolean hasSiocContainer(Container value)(Code) | | Parameters: value - true if the model contains a statement (this, CONTAINER, value) |
hasSiocContainer | public boolean hasSiocContainer()(Code) | | true if the model contains a statement (this, CONTAINER, *) |
hasSiocCreator | public boolean hasSiocCreator(User value)(Code) | | Parameters: value - true if the model contains a statement (this, CREATOR, value) |
hasSiocCreator | public boolean hasSiocCreator()(Code) | | true if the model contains a statement (this, CREATOR, *) |
hasSiocIpaddress | public boolean hasSiocIpaddress(java.lang.String value)(Code) | | Parameters: value - true if the model contains a statement (this, IPADDRESS, value) |
hasSiocIpaddress | public boolean hasSiocIpaddress()(Code) | | true if the model contains a statement (this, IPADDRESS, *) |
hasSiocModifier | public boolean hasSiocModifier(User value)(Code) | | Parameters: value - true if the model contains a statement (this, MODIFIER, value) |
hasSiocModifier | public boolean hasSiocModifier()(Code) | | true if the model contains a statement (this, MODIFIER, *) |
hasSiocNextbydate | public boolean hasSiocNextbydate(Item value)(Code) | | Parameters: value - true if the model contains a statement (this, NEXTBYDATE, value) |
hasSiocNextbydate | public boolean hasSiocNextbydate()(Code) | | true if the model contains a statement (this, NEXTBYDATE, *) |
hasSiocNextversion | public boolean hasSiocNextversion(Item value)(Code) | | Parameters: value - true if the model contains a statement (this, NEXTVERSION, value) |
hasSiocNextversion | public boolean hasSiocNextversion()(Code) | | true if the model contains a statement (this, NEXTVERSION, *) |
hasSiocPreviousbydate | public boolean hasSiocPreviousbydate(Item value)(Code) | | Parameters: value - true if the model contains a statement (this, PREVIOUSBYDATE, value) |
hasSiocPreviousbydate | public boolean hasSiocPreviousbydate()(Code) | | true if the model contains a statement (this, PREVIOUSBYDATE, *) |
hasSiocPreviousversion | public boolean hasSiocPreviousversion(Item value)(Code) | | Parameters: value - true if the model contains a statement (this, PREVIOUSVERSION, value) |
hasSiocPreviousversion | public boolean hasSiocPreviousversion()(Code) | | true if the model contains a statement (this, PREVIOUSVERSION, *) |
hasSiocReply | public boolean hasSiocReply(Item value)(Code) | | Parameters: value - true if the model contains a statement (this, REPLY, value) |
hasSiocReply | public boolean hasSiocReply()(Code) | | true if the model contains a statement (this, REPLY, *) |
hasSiocReplyof | public boolean hasSiocReplyof(Item value)(Code) | | Parameters: value - true if the model contains a statement (this, REPLYOF, value) |
hasSiocReplyof | public boolean hasSiocReplyof()(Code) | | true if the model contains a statement (this, REPLYOF, *) |
removeSiocContainer | public void removeSiocContainer(Container value)(Code) | | removes a value
Parameters: value - the value to be removedSchema Comment: The Container which this Item belongs to. |
removeSiocCreator | public void removeSiocCreator(User value)(Code) | | removes a value
Parameters: value - the value to be removedSchema Comment: This is the User who made this Item. |
removeSiocIpaddress | public void removeSiocIpaddress(java.lang.String value)(Code) | | removes a value
Parameters: value - the value to be removedSchema Comment: The IP address used when creating this Item. This can be associated with a creator. Some wiki articles list the IP addresses for the creator or modifiers when the usernames are absent. |
removeSiocModifier | public void removeSiocModifier(User value)(Code) | | removes a value
Parameters: value - the value to be removedSchema Comment: A User who has modified this Item. |
removeSiocNextbydate | public void removeSiocNextbydate(Item value)(Code) | | removes a value
Parameters: value - the value to be removedSchema Comment: Next Item or Post in a given Container sorted by date. |
removeSiocNextversion | public void removeSiocNextversion(Item value)(Code) | | removes a value
Parameters: value - the value to be removedSchema Comment: Links to the next revision of this Item or Post. |
removeSiocPreviousbydate | public void removeSiocPreviousbydate(Item value)(Code) | | removes a value
Parameters: value - the value to be removedSchema Comment: Previous Item or Post in a given Container sorted by date. |
removeSiocPreviousversion | public void removeSiocPreviousversion(Item value)(Code) | | removes a value
Parameters: value - the value to be removedSchema Comment: Links to a previous revision of this Item or Post. |
removeSiocReply | public void removeSiocReply(Item value)(Code) | | removes a value
Parameters: value - the value to be removedSchema Comment: Points to an Item or Post that is a reply or response to this Item or Post. |
removeSiocReplyof | public void removeSiocReplyof(Item value)(Code) | | removes a value
Parameters: value - the value to be removedSchema Comment: Links to an Item or Post which this Item or Post is a reply to. |
setSiocContainer | public void setSiocContainer(Container value)(Code) | | removes all values and sets this one
Parameters: value - the value to be setSchema Comment: The Container which this Item belongs to. |
setSiocCreator | public void setSiocCreator(User value)(Code) | | removes all values and sets this one
Parameters: value - the value to be setSchema Comment: This is the User who made this Item. |
setSiocIpaddress | public void setSiocIpaddress(java.lang.String value)(Code) | | removes all values and sets this one
Parameters: value - the value to be setSchema Comment: The IP address used when creating this Item. This can be associated with a creator. Some wiki articles list the IP addresses for the creator or modifiers when the usernames are absent. |
setSiocModifier | public void setSiocModifier(User value)(Code) | | removes all values and sets this one
Parameters: value - the value to be setSchema Comment: A User who has modified this Item. |
setSiocNextbydate | public void setSiocNextbydate(Item value)(Code) | | removes all values and sets this one
Parameters: value - the value to be setSchema Comment: Next Item or Post in a given Container sorted by date. |
setSiocNextversion | public void setSiocNextversion(Item value)(Code) | | removes all values and sets this one
Parameters: value - the value to be setSchema Comment: Links to the next revision of this Item or Post. |
setSiocPreviousbydate | public void setSiocPreviousbydate(Item value)(Code) | | removes all values and sets this one
Parameters: value - the value to be setSchema Comment: Previous Item or Post in a given Container sorted by date. |
setSiocPreviousversion | public void setSiocPreviousversion(Item value)(Code) | | removes all values and sets this one
Parameters: value - the value to be setSchema Comment: Links to a previous revision of this Item or Post. |
setSiocReply | public void setSiocReply(Item value)(Code) | | removes all values and sets this one
Parameters: value - the value to be setSchema Comment: Points to an Item or Post that is a reply or response to this Item or Post. |
setSiocReplyof | public void setSiocReplyof(Item value)(Code) | | removes all values and sets this one
Parameters: value - the value to be setSchema Comment: Links to an Item or Post which this Item or Post is a reply to. |
|
|