Uses of Interface
de.xima.fc.api.rest.impl.common.resource.response.IResource
Packages that use IResource
Package
Description
-
Uses of IResource in de.xima.fc.api.rest.impl.common.resource.response
Classes in de.xima.fc.api.rest.impl.common.resource.response with type parameters of type IResourceModifier and TypeClassDescriptionclassAResourcePage<TResource extends IResource>Abstract base model representing a page of resources provided by the PUBLIC REST API.interfaceIResourcePage<TResource extends IResource>Common interface for a page of resources.Subinterfaces of IResource in de.xima.fc.api.rest.impl.common.resource.responseModifier and TypeInterfaceDescriptioninterfaceInterface for resources that are dependent on a key.interfaceCommon interface for UUID resources provided by the REST API.Classes in de.xima.fc.api.rest.impl.common.resource.response that implement IResourceModifier and TypeClassDescriptionclassAKeyDependentFileResource<TFileEntity extends IKeyDependentFileEntity<?,?>> Abstract class for file resources that are dependent on a key.classAbstract class for resources that are dependent on a key.classALocalizedScopedFileResource<TFileMeta extends ILocalizedScopedFileMetaEntity<?,?> & IUUIDEntity> Abstract base class forlocalized scoped files.classAbstract base class forREST API resources.classAUuidEntityResource<TEntity extends IUUIDEntity>Abstract base class for UUID entity resources.classAUuidFileResource<TEntity extends IUUIDEntity>Abstract base class forfileREST API resources.classAbstract base class forUUID entityREST API resources.classPublicResourceReference<TEntity extends IUUIDEntity>Model class for public resource references. -
Uses of IResource in de.xima.fc.api.rest.impl.common.util
Method parameters in de.xima.fc.api.rest.impl.common.util with type arguments of type IResourceModifier and TypeMethodDescriptionstatic <TEntity extends Serializable>
javax.ws.rs.core.ResponseRestServiceHelper.buildDefaultResourceGetResponse(javax.servlet.http.HttpServletRequest servletRequest, javax.ws.rs.core.Request rsRequest, IThrowingSupplier<TEntity> entitySupplier, BiFunction<TEntity, Locale, IResource> resourceConverter) -
Uses of IResource in de.xima.fc.api.rest.pub.impl.form_record.model.response.record
Classes in de.xima.fc.api.rest.pub.impl.form_record.model.response.record that implement IResourceModifier and TypeClassDescriptionclassBase resource of aform recordfor returning when collections of form records are requested.classDetailed resource of aform recordfor returning when a single form record is requested. -
Uses of IResource in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.attachment
Classes in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.attachment that implement IResourceModifier and TypeClassDescriptionclassBase resource of aform record attachmentfor returning when collections of attachments are requested.classDetailed resource of aform record attachmentfor returning when a single attachment is requested. -
Uses of IResource in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat
Classes in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat that implement IResourceModifier and TypeClassDescriptionclassBase resource of aFormRecordChatwhen a collection of chats is requested.classDetailed resource of aFormRecordChatwhen a single chat is requested. -
Uses of IResource in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat.message
Classes in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat.message that implement IResourceModifier and TypeClassDescriptionclassBase resource of aform record messagefor returning when collections of messages are requested.classDetailed resource of aform record messagefor returning when a single message is requested. -
Uses of IResource in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat.message.upload
Classes in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat.message.upload that implement IResourceModifier and TypeClassDescriptionclassBase resource of aFormRecordMessageUploadRequestfor returning when collections of upload requests are requested.classDetailed resource of aFormRecordMessageUploadRequestfor returning when a single upload request is requested. -
Uses of IResource in de.xima.fc.api.rest.pub.impl.form_record.model.response.workflow
Classes in de.xima.fc.api.rest.pub.impl.form_record.model.response.workflow that implement IResourceModifier and TypeClassDescriptionclassBase resource of aWorkflowTriggerwhen a collection of triggers is requested.classDetailed resource of aWorkflowTriggerwhen a single trigger is requested. -
Uses of IResource in de.xima.fc.api.rest.pub.impl.form.model.response.form
Classes in de.xima.fc.api.rest.pub.impl.form.model.response.form that implement IResource -
Uses of IResource in de.xima.fc.api.rest.pub.impl.form.model.response.form.file
Classes in de.xima.fc.api.rest.pub.impl.form.model.response.form.file that implement IResourceModifier and TypeClassDescriptionclassBase resource forProjectFileentities when a collection of files is requested.classDetailed resource forProjectFileentities when a single file is requested. -
Uses of IResource in de.xima.fc.api.rest.pub.impl.security.model.response.authenticator
Classes in de.xima.fc.api.rest.pub.impl.security.model.response.authenticator that implement IResourceModifier and TypeClassDescriptionclassBase resource forauthenticatorsfor returning when collections of authenticators are requested.classDetailed resource forauthenticatorsfor returning when a single authenticator is requested. -
Uses of IResource in de.xima.fc.api.rest.pub.impl.user_portal.model.response.form
Classes in de.xima.fc.api.rest.pub.impl.user_portal.model.response.form that implement IResource -
Uses of IResource in de.xima.fc.api.rest.pub.impl.user_portal.model.response.form.file
Classes in de.xima.fc.api.rest.pub.impl.user_portal.model.response.form.file that implement IResourceModifier and TypeClassDescriptionclassBase resource forProjectFileentities when a collection of files is requested. -
Uses of IResource in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal
Classes in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal that implement IResourceModifier and TypeClassDescriptionclassResource forUserPortalentities.classResource forUserPortalentities. -
Uses of IResource in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal.file
Classes in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal.file that implement IResourceModifier and TypeClassDescriptionclassBase resource forUserPortalFileentities when a collection of files is requested in auser portalcontext.classDetailed resource forUserPortalFileentities when a single file is requested in auser portalcontext. -
Uses of IResource in de.xima.fc.api.rest.pub.impl.user_portal.model.response.security
Classes in de.xima.fc.api.rest.pub.impl.user_portal.model.response.security that implement IResourceModifier and TypeClassDescriptionclassBase resource forauthenticatorsfor returning when collections of authenticators are requested. -
Uses of IResource in de.xima.fc.api.rest.pub.impl.user.model.response
Classes in de.xima.fc.api.rest.pub.impl.user.model.response that implement IResource -
Uses of IResource in de.xima.fc.api.rest.pub.impl.user.model.response.file
Classes in de.xima.fc.api.rest.pub.impl.user.model.response.file that implement IResourceModifier and TypeClassDescriptionclassBase class for user profile file resources.