Uses of Class
de.xima.fc.api.rest.impl.common.resource.response.AResource
-
-
Uses of AResource in de.xima.fc.api.rest.impl.common.resource.response
Subclasses of AResource in de.xima.fc.api.rest.impl.common.resource.response Modifier and Type Class Description class
AKeyDependentFileResource<TFileEntity extends IKeyDependentFileEntity<?,?>>
Abstract class for file resources that are dependent on a key.class
AKeyDependentResource
Abstract class for resources that are dependent on a key.class
ALocalizedScopedFileResource<TFileMeta extends ILocalizedScopedFileMetaEntity<?,?> & IUUIDEntity>
Abstract base class forlocalized scoped files
.class
AUuidEntityResource<TEntity extends IUUIDEntity>
Abstract base class for UUID entity resources.class
AUuidFileResource<TEntity extends IUUIDEntity>
Abstract base class forfile
REST API resources
.class
AUuidResource
Abstract base class forUUID entity
REST API resources
.class
PublicResourceReference<TEntity extends IUUIDEntity>
Model class for public resource references. -
Uses of AResource in de.xima.fc.api.rest.pub.impl.form_record.model.response.record
Subclasses of AResource in de.xima.fc.api.rest.pub.impl.form_record.model.response.record Modifier and Type Class Description class
BaseFormRecordResource
Base resource of aform record
for returning when collections of form records are requested.class
DetailedFormRecordResource
Detailed resource of aform record
for returning when a single form record is requested. -
Uses of AResource in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.attachment
Subclasses of AResource in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.attachment Modifier and Type Class Description class
BaseFormRecordAttachmentResource
Base resource of aform record attachment
for returning when collections of attachments are requested.class
DetailedFormRecordAttachmentResource
Detailed resource of aform record attachment
for returning when a single attachment is requested. -
Uses of AResource in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat
Subclasses of AResource in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat Modifier and Type Class Description class
BaseFormRecordChatResource
Base resource of aFormRecordChat
when a collection of chats is requested.class
DetailedFormRecordChatResource
Detailed resource of aFormRecordChat
when a single chat is requested. -
Uses of AResource in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat.message
Subclasses of AResource in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat.message Modifier and Type Class Description class
BaseFormRecordMessageResource
Base resource of aform record message
for returning when collections of messages are requested.class
DetailedFormRecordMessageResource
Detailed resource of aform record message
for returning when a single message is requested. -
Uses of AResource in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat.message.upload
Subclasses of AResource in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat.message.upload Modifier and Type Class Description class
BaseFormRecordMessageUploadRequestResource
Base resource of aFormRecordMessageUploadRequest
for returning when collections of upload requests are requested.class
DetailedFormRecordMessageUploadRequestResource
Detailed resource of aFormRecordMessageUploadRequest
for returning when a single upload request is requested. -
Uses of AResource in de.xima.fc.api.rest.pub.impl.form_record.model.response.workflow
Subclasses of AResource in de.xima.fc.api.rest.pub.impl.form_record.model.response.workflow Modifier and Type Class Description class
BaseWorkflowTriggerResource
Base resource of aWorkflowTrigger
when a collection of triggers is requested.class
DetailedWorkflowTriggerResource
Detailed resource of aWorkflowTrigger
when a single trigger is requested. -
Uses of AResource in de.xima.fc.api.rest.pub.impl.form.model.response.form
Subclasses of AResource in de.xima.fc.api.rest.pub.impl.form.model.response.form Modifier and Type Class Description class
BaseFormResource
Base resource of aform
for returning when collections of forms are requested.class
DetailedFormResource
Detailed resource of aform
for returning when a single form is requested. -
Uses of AResource in de.xima.fc.api.rest.pub.impl.form.model.response.form.file
Subclasses of AResource in de.xima.fc.api.rest.pub.impl.form.model.response.form.file Modifier and Type Class Description class
BaseFormFileResource
Base resource forProjectFile
entities when a collection of files is requested.class
DetailedFormFileResource
Detailed resource forProjectFile
entities when a single file is requested. -
Uses of AResource in de.xima.fc.api.rest.pub.impl.security.model.response.authenticator
Subclasses of AResource in de.xima.fc.api.rest.pub.impl.security.model.response.authenticator Modifier and Type Class Description class
BaseAuthenticatorResource
Base resource forauthenticators
for returning when collections of authenticators are requested.class
DetailedAuthenticatorResource
Detailed resource forauthenticators
for returning when a single authenticator is requested. -
Uses of AResource in de.xima.fc.api.rest.pub.impl.user_portal.model.response.form
Subclasses of AResource in de.xima.fc.api.rest.pub.impl.user_portal.model.response.form Modifier and Type Class Description class
BaseFormResource
Base resource of aform
for returning when collections of forms are requested.class
DetailedFormResource
Detailed resource of aform
for returning when a single form is requested.class
FormTagResource
Model representing a end user tag. -
Uses of AResource in de.xima.fc.api.rest.pub.impl.user_portal.model.response.form.file
Subclasses of AResource in de.xima.fc.api.rest.pub.impl.user_portal.model.response.form.file Modifier and Type Class Description class
BaseFormFileResource
Base resource forProjectFile
entities when a collection of files is requested. -
Uses of AResource in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal
Subclasses of AResource in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal Modifier and Type Class Description class
BaseUserPortalResource
Resource forUserPortal
entities.class
DetailedUserPortalResource
Resource forUserPortal
entities. -
Uses of AResource in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal.file
Subclasses of AResource in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal.file Modifier and Type Class Description class
BaseUserPortalFileResource
Base resource forUserPortalFile
entities when a collection of files is requested in auser portal
context.class
DetailedUserPortalFileResource
Detailed resource forUserPortalFile
entities when a single file is requested in auser portal
context. -
Uses of AResource in de.xima.fc.api.rest.pub.impl.user_portal.model.response.security
Subclasses of AResource in de.xima.fc.api.rest.pub.impl.user_portal.model.response.security Modifier and Type Class Description class
BaseAuthenticatorResource
Base resource forauthenticators
for returning when collections of authenticators are requested. -
Uses of AResource in de.xima.fc.api.rest.pub.impl.user.model.response
Subclasses of AResource in de.xima.fc.api.rest.pub.impl.user.model.response Modifier and Type Class Description class
DetailedUserProfileResource
Resource of aUserProfile
-
Uses of AResource in de.xima.fc.api.rest.pub.impl.user.model.response.file
Subclasses of AResource in de.xima.fc.api.rest.pub.impl.user.model.response.file Modifier and Type Class Description class
BaseUserProfileFileResource
Base class for user profile file resources.
-