Skip navigation links

Oracle® Database XML Java API Reference
11g Release 1 (11.1)

B28391-01


oracle.xdb.spi
Interface Resource

All Known Implementing Classes:
XDBResource, XDBResourceContext

public interface Resource

Method Summary
 java.lang.String getACL()
           
 java.lang.String getAuthor()
           
 java.lang.String getCharacterSet()
           
 java.lang.String getComment()
           
 java.io.InputStream getContentBinary()
           
 java.lang.String getContentType()
           
 Document getContentXML()
           
 java.sql.Timestamp getCreationDate()
           
 java.lang.String getCreator()
           
 java.lang.String getDisplayName()
           
 java.lang.String getLanguage()
           
 java.lang.String getLastModifier()
           
 java.sql.Timestamp getModificationDate()
           
 java.lang.String getOwner()
           
 long getOwnerId()
           
 java.lang.String getSchemaElement()
           
 int getSize()
           
 int getVersionId()
           
 boolean isFolder()
           
 void setACL(java.lang.String aclpath)
           
 void setAuthor(java.lang.String authname)
           
 void setCharacterSet(java.lang.String charSet)
           
 void setComment(java.lang.String davcom)
           
 void setContent(java.lang.Object xmlobj)
           
 void setContentType(java.lang.String conttype)
           
 void setCreationDate(java.sql.Timestamp credate)
           
 void setCreator(java.lang.String creator)
           
 void setDisplayName(java.lang.String dname)
           
 void setLanguage(java.lang.String lang)
           
 void setLastModifier(java.lang.String modifier)
           
 void setModificationDate(java.sql.Timestamp moddate)
           
 void setOwner(java.lang.String owner)
           
 void setOwnerId(long ownerid)
           
 void setSchemaElement(java.lang.String schema)
           
 void setVersionId(int versionId)
           

 

Method Detail

getOwnerId

long getOwnerId()

setOwnerId

void setOwnerId(long ownerid)
                throws javax.naming.directory.InvalidAttributeValueException
Throws:
javax.naming.directory.InvalidAttributeValueException

getCharacterSet

java.lang.String getCharacterSet()

setCharacterSet

void setCharacterSet(java.lang.String charSet)
                     throws javax.naming.directory.InvalidAttributeValueException
Throws:
javax.naming.directory.InvalidAttributeValueException

getSchemaElement

java.lang.String getSchemaElement()

setSchemaElement

void setSchemaElement(java.lang.String schema)
                      throws javax.naming.directory.InvalidAttributeValueException
Throws:
javax.naming.directory.InvalidAttributeValueException

getCreator

java.lang.String getCreator()

setCreator

void setCreator(java.lang.String creator)
                throws javax.naming.directory.InvalidAttributeValueException
Throws:
javax.naming.directory.InvalidAttributeValueException

getOwner

java.lang.String getOwner()

setOwner

void setOwner(java.lang.String owner)
              throws javax.naming.directory.InvalidAttributeValueException
Throws:
javax.naming.directory.InvalidAttributeValueException

getCreationDate

java.sql.Timestamp getCreationDate()

setCreationDate

void setCreationDate(java.sql.Timestamp credate)
                     throws javax.naming.directory.InvalidAttributeValueException
Throws:
javax.naming.directory.InvalidAttributeValueException

getModificationDate

java.sql.Timestamp getModificationDate()

setModificationDate

void setModificationDate(java.sql.Timestamp moddate)
                         throws javax.naming.directory.InvalidAttributeValueException
Throws:
javax.naming.directory.InvalidAttributeValueException

getLastModifier

java.lang.String getLastModifier()

setLastModifier

void setLastModifier(java.lang.String modifier)
                     throws javax.naming.directory.InvalidAttributeValueException
Throws:
javax.naming.directory.InvalidAttributeValueException

getAuthor

java.lang.String getAuthor()

setAuthor

void setAuthor(java.lang.String authname)
               throws javax.naming.directory.InvalidAttributeValueException
Throws:
javax.naming.directory.InvalidAttributeValueException

getDisplayName

java.lang.String getDisplayName()

setDisplayName

void setDisplayName(java.lang.String dname)
                    throws javax.naming.directory.InvalidAttributeValueException
Throws:
javax.naming.directory.InvalidAttributeValueException

getComment

java.lang.String getComment()

setComment

void setComment(java.lang.String davcom)
                throws javax.naming.directory.InvalidAttributeValueException
Throws:
javax.naming.directory.InvalidAttributeValueException

getLanguage

java.lang.String getLanguage()

setLanguage

void setLanguage(java.lang.String lang)
                 throws javax.naming.directory.InvalidAttributeValueException
Throws:
javax.naming.directory.InvalidAttributeValueException

getContentType

java.lang.String getContentType()

setContentType

void setContentType(java.lang.String conttype)
                    throws javax.naming.directory.InvalidAttributeValueException
Throws:
javax.naming.directory.InvalidAttributeValueException

getVersionId

int getVersionId()

setVersionId

void setVersionId(int versionId)
                  throws javax.naming.directory.InvalidAttributeValueException
Throws:
javax.naming.directory.InvalidAttributeValueException

getContentXML

Document getContentXML()

getContentBinary

java.io.InputStream getContentBinary()

setContent

void setContent(java.lang.Object xmlobj)
                throws javax.naming.directory.InvalidAttributeValueException,
                       javax.naming.OperationNotSupportedException
Throws:
javax.naming.directory.InvalidAttributeValueException
javax.naming.OperationNotSupportedException

getACL

java.lang.String getACL()

setACL

void setACL(java.lang.String aclpath)
            throws javax.naming.directory.InvalidAttributeValueException
Throws:
javax.naming.directory.InvalidAttributeValueException

isFolder

boolean isFolder()

getSize

int getSize()

Skip navigation links

Oracle® Database XML Java API Reference
11g Release 1 (11.1)

B28391-01


Copyright © 2003, 2007, Oracle. All rights reserved.