Package ch.tocco.nice2.netui.api.bind
Interface UriTarget
- All Known Subinterfaces:
ContentUriTarget
- All Known Implementing Classes:
AbstractBeanUriTarget,AbstractContentUriTarget,AbstractEntityUri,AbstractPersistUriTarget,AbstractRelationUri,AbstractUriTarget,AdminUriTarget,BeanUri,BinaryContentUriTarget,ContentTreeNodeUriTarget,EntityUri,ModelUri,PropertyUri,QueryUri,RootEntityUri,RootTarget,SimpleUriTarget,SingleTarget,SingleTarget.RelationTarget
Deprecated.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()Deprecated.@Nullable Objectget()Deprecated.@Nullable org.joda.time.DateTimeDeprecated.@Nullable StringDeprecated.Deprecated.Class<?> getType()Deprecated.getUri()Deprecated.longDeprecated.booleanDeprecated.This method is used by internal URI cache to determine if an item retrieved from cache is still valid.booleanDeprecated.voidDeprecated.
-
Method Details
-
getMethods
Set<UriTarget.Method> getMethods()Deprecated. -
getType
Class<?> getType()Deprecated. -
get
Deprecated.- Throws:
UriStoreException
-
put
Deprecated.- Throws:
UriStoreException
-
delete
Deprecated.- Throws:
UriStoreException
-
getUri
URI getUri()Deprecated. -
getVersion
Deprecated.- Throws:
UriStoreException
-
getLastModUser
Deprecated.- Throws:
UriStoreException
-
getLastModTime
Deprecated.- Throws:
UriStoreException
-
isPersistent
boolean isPersistent()Deprecated. -
isInvalid
boolean isInvalid()Deprecated.This 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.- Returns:
- true if this UriTarget is invalid
-