Uses of Interface
de.xima.fc.api.rest.impl.common.resource.response.IResource
-
-
Uses of IResource in de.xima.fc.api.rest.impl.common.models.response
Classes in de.xima.fc.api.rest.impl.common.models.response with type parameters of type IResource Modifier and Type Class Description classAResourcePage<TResource extends IResource>Abstract base model representing a page of resources provided by the PUBLIC REST API.Classes in de.xima.fc.api.rest.impl.common.models.response that implement IResource Modifier and Type Class Description classALocalizedScopedFileResource<TFileMeta extends ILocalizedScopedFileMetaEntity<?,?> & IUUIDEntity>Abstract base class forlocalized scoped files.classAResourceAbstract 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. -
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 IResource Modifier and Type Interface Description interfaceIResourcePage<TResource extends IResource>Common interface for a page of resources.Subinterfaces of IResource in de.xima.fc.api.rest.impl.common.resource.response Modifier and Type Interface Description interfaceIUuidResourceCommon interface for UUID resources provided by the REST API. -
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 IResource Modifier and Type Method Description static <TEntity extends Serializable>
javax.ws.rs.core.ResponseRestServiceHelper. buildDefaultResourceGetResponse(javax.servlet.http.HttpServletRequest servletRequest, javax.ws.rs.core.Request rsRequest, Supplier<TEntity> entitySupplier, BiFunction<TEntity,Locale,IResource> resourceConverter) -
Uses of IResource in de.xima.fc.api.rest.pub.impl.generic.model.response.client
Classes in de.xima.fc.api.rest.pub.impl.generic.model.response.client that implement IResource Modifier and Type Class Description classClientResourceResource of aclient -
Uses of IResource in de.xima.fc.api.rest.pub.impl.generic.model.response.form
Classes in de.xima.fc.api.rest.pub.impl.generic.model.response.form that implement IResource Modifier and Type Class Description classFormFileResourceResource forProjectFileentities.classFormRecordAttachmentResourceResource of a form record attachmentclassFormRecordChatResourceResource of aFormRecordChat.classFormRecordMessageResourceResource of a form record messageclassFormRecordMessageUploadRequestResourceResource of aFormRecordMessageUploadRequestclassFormRecordResourceResource of aform recordclassFormResourceResource of aformclassWorkflowTaskResourceResource of aWorkflowTaskclassWorkflowTriggerResourceResource of aWorkflowTrigger -
Uses of IResource in de.xima.fc.api.rest.pub.impl.generic.model.response.security
Classes in de.xima.fc.api.rest.pub.impl.generic.model.response.security that implement IResource Modifier and Type Class Description classAuthenticatorResourceAbstract base class forauthenticatorsREST API resources. -
Uses of IResource in de.xima.fc.api.rest.pub.impl.generic.model.response.user
Classes in de.xima.fc.api.rest.pub.impl.generic.model.response.user that implement IResource Modifier and Type Class Description classUserProfileResourceResource of aUserProfile -
Uses of IResource in de.xima.fc.api.rest.pub.impl.user_portal.model.response
Classes in de.xima.fc.api.rest.pub.impl.user_portal.model.response that implement IResource Modifier and Type Class Description classUserPortalAuthenticatorResourceModel representing an authenticator in a user portal context.classUserPortalFileResourceResource forUserPortalFileentities.classUserPortalFormRecordMessageResourceResource of a form record messageclassUserPortalFormRecordResourceResource of aform recordin a user portal context.classUserPortalFormResourceModel representing a form in a user portal context.classUserPortalResourceResource forUserPortalentities. -
Uses of IResource in de.xima.fc.api.rest.pub.impl.user_portal.model.response.page
Classes in de.xima.fc.api.rest.pub.impl.user_portal.model.response.page that implement IResource Modifier and Type Class Description classUserPortalFormRecordChatResource
-