Java Doc for Item.java in  » Search-Engine » semweb4j » org » rdfs » sioc » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Search Engine » semweb4j » org.rdfs.sioc 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


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.


Field Summary
final public static  URICONTAINER
    
final public static  URICREATOR
    
final public static  URIIPADDRESS
    
final public static  URI[]MANAGED_URIS
    
final public static  URIMODIFIER
    
final public static  URINEXTBYDATE
    
final public static  URINEXTVERSION
    
final public static  URIPREVIOUSBYDATE
    
final public static  URIPREVIOUSVERSION
    
final public static  URIRDFS_CLASS
    
final public static  URIREPLY
    
final public static  URIREPLYOF
    

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.

Method Summary
public  voidaddSiocContainer(Container value)
    
public  voidaddSiocContainerof_Inverse(Container value)
    
public  voidaddSiocCreator(User value)
    
public  voidaddSiocCreatorof_Inverse(User value)
    
public  voidaddSiocIpaddress(java.lang.String value)
     adds a value
Parameters:
  value - the value to be addedSchema Comment: The IP address used when creating this Item.
public  voidaddSiocModifier(User value)
    
public  voidaddSiocModifierof_Inverse(User value)
    
public  voidaddSiocNextbydate(Item value)
    
public  voidaddSiocNextbydate_Inverse(Item value)
    
public  voidaddSiocNextversion(Item value)
    
public  voidaddSiocNextversion_Inverse(Item value)
    
public  voidaddSiocPreviousbydate(Item value)
    
public  voidaddSiocPreviousbydate_Inverse(Item value)
    
public  voidaddSiocPreviousversion(Item value)
    
public  voidaddSiocPreviousversion_Inverse(Item value)
    
public  voidaddSiocReply(Item value)
    
public  voidaddSiocReply_Inverse(Item value)
    
public  voidaddSiocReplyof(Item value)
    
public  voidaddSiocReplyof_Inverse(Item value)
    
public  Item[]getAllInstances()
    
public static  Item[]getAllInstances(Model model)
    
public  Container[]getAllSiocContainer()
    
public  Container[]getAllSiocContainerof_Inverse()
    
public  User[]getAllSiocCreator()
    
public  User[]getAllSiocCreatorof_Inverse()
    
public  java.lang.String[]getAllSiocIpaddress()
     all valuesSchema Comment: The IP address used when creating this Item.
public  User[]getAllSiocModifier()
    
public  User[]getAllSiocModifierof_Inverse()
    
public  Item[]getAllSiocNextbydate()
    
public  Item[]getAllSiocNextbydate_Inverse()
    
public  Item[]getAllSiocNextversion()
    
public  Item[]getAllSiocNextversion_Inverse()
    
public  Item[]getAllSiocPreviousbydate()
    
public  Item[]getAllSiocPreviousbydate_Inverse()
    
public  Item[]getAllSiocPreviousversion()
    
public  Item[]getAllSiocPreviousversion_Inverse()
    
public  Item[]getAllSiocReply()
    
public  Item[]getAllSiocReply_Inverse()
    
public  Item[]getAllSiocReplyof()
    
public  Item[]getAllSiocReplyof_Inverse()
    
public static  ItemgetInstance(Model model, URI uri)
    
public  ContainergetSiocContainer()
     Schema Comment: The Container which this Item belongs to. the only value.
public  UsergetSiocCreator()
     Schema Comment: This is the User who made this Item. the only value.
public  java.lang.StringgetSiocIpaddress()
     Schema Comment: The IP address used when creating this Item.
public  UsergetSiocModifier()
     Schema Comment: A User who has modified this Item. the only value.
public  ItemgetSiocNextbydate()
     Schema Comment: Next Item or Post in a given Container sorted by date. the only value.
public  ItemgetSiocNextversion()
     Schema Comment: Links to the next revision of this Item or Post. the only value.
public  ItemgetSiocPreviousbydate()
     Schema Comment: Previous Item or Post in a given Container sorted by date. the only value.
public  ItemgetSiocPreviousversion()
     Schema Comment: Links to a previous revision of this Item or Post. the only value.
public  ItemgetSiocReply()
     Schema Comment: Points to an Item or Post that is a reply or response to this Item or Post. the only value.
public  ItemgetSiocReplyof()
     Schema Comment: Links to an Item or Post which this Item or Post is a reply to. the only value.
public static  booleanhasInstance(Model model, URI uri)
    
public  booleanhasSiocContainer(Container value)
    
public  booleanhasSiocContainer()
    
public  booleanhasSiocCreator(User value)
    
public  booleanhasSiocCreator()
    
public  booleanhasSiocIpaddress(java.lang.String value)
    
public  booleanhasSiocIpaddress()
    
public  booleanhasSiocModifier(User value)
    
public  booleanhasSiocModifier()
    
public  booleanhasSiocNextbydate(Item value)
    
public  booleanhasSiocNextbydate()
    
public  booleanhasSiocNextversion(Item value)
    
public  booleanhasSiocNextversion()
    
public  booleanhasSiocPreviousbydate(Item value)
    
public  booleanhasSiocPreviousbydate()
    
public  booleanhasSiocPreviousversion(Item value)
    
public  booleanhasSiocPreviousversion()
    
public  booleanhasSiocReply(Item value)
    
public  booleanhasSiocReply()
    
public  booleanhasSiocReplyof(Item value)
    
public  booleanhasSiocReplyof()
    
public  voidremoveSiocContainer(Container value)
    
public  voidremoveSiocCreator(User value)
    
public  voidremoveSiocIpaddress(java.lang.String value)
     removes a value
Parameters:
  value - the value to be removedSchema Comment: The IP address used when creating this Item.
public  voidremoveSiocModifier(User value)
    
public  voidremoveSiocNextbydate(Item value)
    
public  voidremoveSiocNextversion(Item value)
    
public  voidremoveSiocPreviousbydate(Item value)
    
public  voidremoveSiocPreviousversion(Item value)
    
public  voidremoveSiocReply(Item value)
    
public  voidremoveSiocReplyof(Item value)
    
public  voidsetSiocContainer(Container value)
    
public  voidsetSiocCreator(User value)
    
public  voidsetSiocIpaddress(java.lang.String value)
     removes all values and sets this one
Parameters:
  value - the value to be setSchema Comment: The IP address used when creating this Item.
public  voidsetSiocModifier(User value)
    
public  voidsetSiocNextbydate(Item value)
    
public  voidsetSiocNextversion(Item value)
    
public  voidsetSiocPreviousbydate(Item value)
    
public  voidsetSiocPreviousversion(Item value)
    
public  voidsetSiocReply(Item value)
    
public  voidsetSiocReplyof(Item value)
    

Field Detail
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




Constructor Detail
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




Method Detail
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.



Fields inherited from org.rdfs.sioc.Document
final public static URI[] MANAGED_URIS(Code)(Java Doc)
final public static URI RDFS_CLASS(Code)(Java Doc)

Methods inherited from org.rdfs.sioc.Document
public Document[] getAllInstances()(Code)(Java Doc)
public static Document[] getAllInstances(Model model)(Code)(Java Doc)
public static Document getInstance(Model model, URI uri) throws Exception(Code)(Java Doc)
public static boolean hasInstance(Model model, URI uri)(Code)(Java Doc)

Fields inherited from org.rdfs.sioc.Thing
final public static URI FEED(Code)(Java Doc)
final public static URI ID(Code)(Java Doc)
final public static URI LINK(Code)(Java Doc)
final public static URI LINKSTO(Code)(Java Doc)
final public static URI[] MANAGED_URIS(Code)(Java Doc)
final public static URI NAME(Code)(Java Doc)
final public static URI NUMVIEWS(Code)(Java Doc)
final public static URI RDFS_CLASS(Code)(Java Doc)
final public static URI SPACE(Code)(Java Doc)
final public static URI SUBJECT(Code)(Java Doc)
final public static URI TOPIC(Code)(Java Doc)

Methods inherited from org.rdfs.sioc.Thing
public void addSiocAttachment_Inverse(Post value)(Code)(Java Doc)
public void addSiocAvatar_Inverse(User value)(Code)(Java Doc)
public void addSiocEmail_Inverse(User value)(Code)(Java Doc)
public void addSiocFeed(Thing value)(Code)(Java Doc)
public void addSiocFeed_Inverse(Thing value)(Code)(Java Doc)
public void addSiocId(java.lang.String value)(Code)(Java Doc)
public void addSiocLink(Thing value)(Code)(Java Doc)
public void addSiocLink_Inverse(Thing value)(Code)(Java Doc)
public void addSiocLinksto(Thing value)(Code)(Java Doc)
public void addSiocLinksto_Inverse(Thing value)(Code)(Java Doc)
public void addSiocName(java.lang.String value)(Code)(Java Doc)
public void addSiocNumviews(java.lang.Integer value)(Code)(Java Doc)
public void addSiocSpace(Space value)(Code)(Java Doc)
public void addSiocSpaceof_Inverse(Space value)(Code)(Java Doc)
public void addSiocSubject(Thing value)(Code)(Java Doc)
public void addSiocSubject_Inverse(Thing value)(Code)(Java Doc)
public void addSiocTopic(Thing value)(Code)(Java Doc)
public void addSiocTopic_Inverse(Thing value)(Code)(Java Doc)
public Thing[] getAllInstances()(Code)(Java Doc)
public static Thing[] getAllInstances(Model model)(Code)(Java Doc)
public Post[] getAllSiocAttachment_Inverse()(Code)(Java Doc)
public User[] getAllSiocAvatar_Inverse()(Code)(Java Doc)
public User[] getAllSiocEmail_Inverse()(Code)(Java Doc)
public Thing[] getAllSiocFeed()(Code)(Java Doc)
public Thing[] getAllSiocFeed_Inverse()(Code)(Java Doc)
public java.lang.String[] getAllSiocId()(Code)(Java Doc)
public Thing[] getAllSiocLink()(Code)(Java Doc)
public Thing[] getAllSiocLink_Inverse()(Code)(Java Doc)
public Thing[] getAllSiocLinksto()(Code)(Java Doc)
public Thing[] getAllSiocLinksto_Inverse()(Code)(Java Doc)
public java.lang.String[] getAllSiocName()(Code)(Java Doc)
public java.lang.Integer[] getAllSiocNumviews()(Code)(Java Doc)
public Space[] getAllSiocSpace()(Code)(Java Doc)
public Space[] getAllSiocSpaceof_Inverse()(Code)(Java Doc)
public Thing[] getAllSiocSubject()(Code)(Java Doc)
public Thing[] getAllSiocSubject_Inverse()(Code)(Java Doc)
public Thing[] getAllSiocTopic()(Code)(Java Doc)
public Thing[] getAllSiocTopic_Inverse()(Code)(Java Doc)
public static Thing getInstance(Model model, URI uri) throws Exception(Code)(Java Doc)
public Thing getSiocFeed()(Code)(Java Doc)
public java.lang.String getSiocId()(Code)(Java Doc)
public Thing getSiocLink()(Code)(Java Doc)
public Thing getSiocLinksto()(Code)(Java Doc)
public java.lang.String getSiocName()(Code)(Java Doc)
public java.lang.Integer getSiocNumviews()(Code)(Java Doc)
public Space getSiocSpace()(Code)(Java Doc)
public Thing getSiocSubject()(Code)(Java Doc)
public Thing getSiocTopic()(Code)(Java Doc)
public static boolean hasInstance(Model model, URI uri)(Code)(Java Doc)
public boolean hasSiocFeed(Thing value)(Code)(Java Doc)
public boolean hasSiocFeed()(Code)(Java Doc)
public boolean hasSiocId(java.lang.String value)(Code)(Java Doc)
public boolean hasSiocId()(Code)(Java Doc)
public boolean hasSiocLink(Thing value)(Code)(Java Doc)
public boolean hasSiocLink()(Code)(Java Doc)
public boolean hasSiocLinksto(Thing value)(Code)(Java Doc)
public boolean hasSiocLinksto()(Code)(Java Doc)
public boolean hasSiocName(java.lang.String value)(Code)(Java Doc)
public boolean hasSiocName()(Code)(Java Doc)
public boolean hasSiocNumviews(java.lang.Integer value)(Code)(Java Doc)
public boolean hasSiocNumviews()(Code)(Java Doc)
public boolean hasSiocSpace(Space value)(Code)(Java Doc)
public boolean hasSiocSpace()(Code)(Java Doc)
public boolean hasSiocSubject(Thing value)(Code)(Java Doc)
public boolean hasSiocSubject()(Code)(Java Doc)
public boolean hasSiocTopic(Thing value)(Code)(Java Doc)
public boolean hasSiocTopic()(Code)(Java Doc)
public void removeSiocFeed(Thing value)(Code)(Java Doc)
public void removeSiocId(java.lang.String value)(Code)(Java Doc)
public void removeSiocLink(Thing value)(Code)(Java Doc)
public void removeSiocLinksto(Thing value)(Code)(Java Doc)
public void removeSiocName(java.lang.String value)(Code)(Java Doc)
public void removeSiocNumviews(java.lang.Integer value)(Code)(Java Doc)
public void removeSiocSpace(Space value)(Code)(Java Doc)
public void removeSiocSubject(Thing value)(Code)(Java Doc)
public void removeSiocTopic(Thing value)(Code)(Java Doc)
public void setSiocFeed(Thing value)(Code)(Java Doc)
public void setSiocId(java.lang.String value)(Code)(Java Doc)
public void setSiocLink(Thing value)(Code)(Java Doc)
public void setSiocLinksto(Thing value)(Code)(Java Doc)
public void setSiocName(java.lang.String value)(Code)(Java Doc)
public void setSiocNumviews(java.lang.Integer value)(Code)(Java Doc)
public void setSiocSpace(Space value)(Code)(Java Doc)
public void setSiocSubject(Thing value)(Code)(Java Doc)
public void setSiocTopic(Thing value)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.