org.opencrx.kernel.document1.cci2
Interface ResourceIdentifier

All Superinterfaces:
Auditee, BasicObject, ContextCapable, Creatable, DocumentRevision, ExtentCapable, Indexed, Modifiable, SecureObject
All Known Subinterfaces:
ResourceIdentifier
All Known Implementing Classes:
ResourceIdentifier

public interface ResourceIdentifier
extends DocumentRevision

Class ResourceIdentifier


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.kernel.document1.cci2.DocumentRevision
DocumentRevision.Identity
 
Method Summary
 String getUri()
          Retrieves the value for the attribute uri.
 void setUri(String uri)
          Sets a new value for the attribute uri.
 
Methods inherited from interface org.opencrx.kernel.document1.cci2.DocumentRevision
getAuthor, getName, getVersion, setAuthor, setName, setVersion
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee
getAudit
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed
getIndexEntry, updateIndex
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.Creatable
getCreatedAt, getCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.base.cci2.Modifiable
getModifiedAt, getModifiedBy
 

Method Detail

getUri

String getUri()
Retrieves the value for the attribute uri.

Returns:
The non-null value for attribute uri.

setUri

void setUri(String uri)
Sets a new value for the attribute uri.

Parameters:
uri - The non-null new value for attribute uri.


This software is published under the BSD license. Copyright © 2003-2012, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.