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 class
AResourcePage<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 class
ALocalizedScopedFileResource<TFileMeta extends ILocalizedScopedFileMetaEntity<?,?> & IUUIDEntity>
Abstract base class forlocalized scoped files
.class
AResource
Abstract base class forREST API resources
.class
AUuidEntityResource<TEntity extends IUUIDEntity>
Abstract base class for UUID entity resources.class
AUuidFileResource<TEntity extends IUUIDEntity>
Abstract base class forfile
REST 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 interface
IResourcePage<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 interface
IUuidResource
Common 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 class
ClientResource
Resource 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 class
FormFileResource
Resource forProjectFile
entities.class
FormRecordAttachmentResource
Resource of a form record attachmentclass
FormRecordChatResource
Resource of aFormRecordChat
.class
FormRecordMessageResource
Resource of a form record messageclass
FormRecordMessageUploadRequestResource
Resource of aFormRecordMessageUploadRequest
class
FormRecordResource
Resource of aform record
class
FormResource
Resource of aform
class
WorkflowTaskResource
Resource of aWorkflowTask
class
WorkflowTriggerResource
Resource 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 class
AuthenticatorResource
Abstract base class forauthenticators
REST 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 class
UserProfileResource
Resource 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 class
UserPortalAuthenticatorResource
Model representing an authenticator in a user portal context.class
UserPortalFileResource
Resource forUserPortalFile
entities.class
UserPortalFormRecordMessageResource
Resource of a form record messageclass
UserPortalFormRecordResource
Resource of aform record
in a user portal context.class
UserPortalFormResource
Model representing a form in a user portal context.class
UserPortalResource
Resource forUserPortal
entities. -
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 class
UserPortalFormRecordChatResource
-