Class SingleTarget
java.lang.Object
ch.tocco.nice2.netui.spi.bind.util.AbstractUriTarget
ch.tocco.nice2.netui.impl.bind.protocols.template.SingleTarget
- All Implemented Interfaces:
UriTarget
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.netui.api.bind.UriTarget
UriTarget.Method
-
Field Summary
Fields inherited from class ch.tocco.nice2.netui.spi.bind.util.AbstractUriTarget
methods, type, uri
-
Constructor Summary
ConstructorDescriptionSingleTarget
(URI uri, String id, CommandExecutor executor, DataModel dataModel, TypeManager typeManager, UriResolver resolver, Set<TemplateEntityFieldHandler> fieldHandlers, TemplateBlacklist templateBlacklist) -
Method Summary
Modifier and TypeMethodDescriptionvoid
get()
@Nullable org.joda.time.DateTime
@Nullable String
long
boolean
ch.tocco.nice2.netui.impl.bind.protocols.template.ResolvableUriTarget
resolveNext
(UriTargetCache<URI> cache, UriIterator iter) Methods inherited from class ch.tocco.nice2.netui.spi.bind.util.AbstractUriTarget
checkMethod, checkNotNull, checkType, delete, finalUri, finalUri, getMethods, getType, getUri, isInvalid, put, stripFragment, toString, unsupportedType
-
Field Details
-
mode
-
-
Constructor Details
-
SingleTarget
public SingleTarget(URI uri, String id, CommandExecutor executor, DataModel dataModel, TypeManager typeManager, UriResolver resolver, Set<TemplateEntityFieldHandler> fieldHandlers, TemplateBlacklist templateBlacklist) throws UnresolvableUriException - Throws:
UnresolvableUriException
-
-
Method Details
-
get
- Specified by:
get
in interfaceUriTarget
- Overrides:
get
in classAbstractUriTarget
- Throws:
UriStoreException
-
deleteEntity
- Throws:
UriStoreException
-
resolveNext
public ch.tocco.nice2.netui.impl.bind.protocols.template.ResolvableUriTarget resolveNext(UriTargetCache<URI> cache, UriIterator iter) throws UnresolvableUriException, PersistException, UriStoreException -
getVersion
- Throws:
UriStoreException
-
getLastModUser
- Throws:
UriStoreException
-
getLastModTime
- Throws:
UriStoreException
-
isPersistent
public boolean isPersistent()
-