Package ch.tocco.nice2.dms.api.tree.uri
Interface ContentUriTarget
- All Superinterfaces:
UriTarget
- All Known Implementing Classes:
AbstractContentUriTarget
,AdminUriTarget
,BinaryContentUriTarget
,ContentTreeNodeUriTarget
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.netui.api.bind.UriTarget
UriTarget.Method
-
Method Summary
Methods inherited from interface ch.tocco.nice2.netui.api.bind.UriTarget
delete, getLastModTime, getLastModUser, getMethods, getType, getUri, getVersion, isInvalid, isPersistent, put
-
Method Details
-
getEntity
Entity getEntity() -
isFallback
boolean isFallback() -
get
ContentTreeNode get() -
isCachable
boolean isCachable()- Returns:
true
if thisContentUriTarget
can be cached by itsch.tocco.nice2.netui.spi.bind.ProtocolProvider
,false
otherwise
-