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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
Deprecated.@Nullable Object
get()
Deprecated.@Nullable org.joda.time.DateTime
Deprecated.@Nullable String
Deprecated.Deprecated.Class
<?> getType()
Deprecated.getUri()
Deprecated.long
Deprecated.boolean
Deprecated.This method is used by internal URI cache to determine if an item retrieved from cache is still valid.boolean
Deprecated.void
Deprecated.
-
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
-