Class AbstractContentUriTarget
java.lang.Object
ch.tocco.nice2.dms.api.tree.uri.AbstractContentUriTarget
- All Implemented Interfaces:
ContentUriTarget, UriTarget
- Direct Known Subclasses:
AdminUriTarget, BinaryContentUriTarget, ContentTreeNodeUriTarget
-
Nested Class Summary
Nested classes/interfaces inherited from interface UriTarget
UriTarget.Method -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractContentUriTarget(Entity delegate, URI uri) protectedAbstractContentUriTarget(Entity delegate, URI uri, boolean isFallback) -
Method Summary
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ContentUriTarget
get
-
Constructor Details
-
AbstractContentUriTarget
-
AbstractContentUriTarget
-
-
Method Details
-
getMethods
- Specified by:
getMethodsin interfaceUriTarget
-
getType
-
put
- Specified by:
putin interfaceUriTarget- Throws:
UriStoreException
-
delete
- Specified by:
deletein interfaceUriTarget- Throws:
UriStoreException
-
getUri
-
getVersion
- Specified by:
getVersionin interfaceUriTarget- Throws:
UriStoreException
-
getLastModUser
- Specified by:
getLastModUserin interfaceUriTarget- Throws:
UriStoreException
-
getLastModTime
- Specified by:
getLastModTimein interfaceUriTarget- Throws:
UriStoreException
-
isPersistent
public boolean isPersistent()- Specified by:
isPersistentin interfaceUriTarget
-
getEntity
- Specified by:
getEntityin interfaceContentUriTarget
-
isFallback
public boolean isFallback()- Specified by:
isFallbackin interfaceContentUriTarget
-
isCachable
public boolean isCachable()- Specified by:
isCachablein interfaceContentUriTarget- Returns:
trueif thisContentUriTargetcan be cached by itsch.tocco.nice2.netui.spi.bind.ProtocolProvider,falseotherwise
-
setIsFallback
public void setIsFallback() -
isInvalid
public boolean isInvalid()Description copied from interface:UriTargetThis method is used by internal URI cache to determine if an item retrieved from cache is still valid. If the target is invalid, the URI will be resolved again. -
equals
-
hashCode
-