Uses of Class
de.xima.fc.api.rest.impl.common.resource.response.PublicResourceReference
-
-
Uses of PublicResourceReference in de.xima.fc.api.rest.impl.common.resource.response
Methods in de.xima.fc.api.rest.impl.common.resource.response that return PublicResourceReference Modifier and Type Method Description static <TEntity extends de.xima.cmn.dao.interfaces.IEntity<?> & IUUIDEntity>
PublicResourceReference<TEntity>PublicResourceReference. create(TEntity entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale)Creates a new instance ofPublicResourceReferencefor the given entity. -
Uses of PublicResourceReference in de.xima.fc.api.rest.pub.impl.form_record.model.response.record
Methods in de.xima.fc.api.rest.pub.impl.form_record.model.response.record that return PublicResourceReference Modifier and Type Method Description PublicResourceReference<Mandant>BaseFormRecordResource. getClient()PublicResourceReference<Projekt>BaseFormRecordResource. getForm() -
Uses of PublicResourceReference in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.attachment
Methods in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.attachment that return PublicResourceReference Modifier and Type Method Description PublicResourceReference<Vorgang>BaseFormRecordAttachmentResource. getFormRecord() -
Uses of PublicResourceReference in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat
Methods in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat that return PublicResourceReference Modifier and Type Method Description PublicResourceReference<Vorgang>BaseFormRecordChatResource. getFormRecord() -
Uses of PublicResourceReference in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat.message
Methods in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat.message that return PublicResourceReference Modifier and Type Method Description PublicResourceReference<FormRecordChat>BaseFormRecordMessageResource. getChat() -
Uses of PublicResourceReference in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat.message.upload
Methods in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat.message.upload that return PublicResourceReference Modifier and Type Method Description PublicResourceReference<FormRecordMessage>BaseFormRecordMessageUploadRequestResource. getMessage() -
Uses of PublicResourceReference in de.xima.fc.api.rest.pub.impl.form.model.response.form
Methods in de.xima.fc.api.rest.pub.impl.form.model.response.form that return PublicResourceReference Modifier and Type Method Description PublicResourceReference<Mandant>BaseFormResource. getClient() -
Uses of PublicResourceReference in de.xima.fc.api.rest.pub.impl.form.model.response.form.file
Methods in de.xima.fc.api.rest.pub.impl.form.model.response.form.file that return PublicResourceReference Modifier and Type Method Description PublicResourceReference<Projekt>BaseFormFileResource. getForm() -
Uses of PublicResourceReference in de.xima.fc.api.rest.pub.impl.user_portal.model.response.form
Methods in de.xima.fc.api.rest.pub.impl.user_portal.model.response.form that return PublicResourceReference Modifier and Type Method Description PublicResourceReference<Mandant>BaseFormResource. getClient() -
Uses of PublicResourceReference in de.xima.fc.api.rest.pub.impl.user_portal.model.response.form.file
Methods in de.xima.fc.api.rest.pub.impl.user_portal.model.response.form.file that return PublicResourceReference Modifier and Type Method Description PublicResourceReference<Projekt>BaseFormFileResource. getForm() -
Uses of PublicResourceReference in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal.file
Methods in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal.file that return PublicResourceReference Modifier and Type Method Description PublicResourceReference<UserPortal>BaseUserPortalFileResource. getPortal() -
Uses of PublicResourceReference in de.xima.fc.api.rest.pub.impl.user.model.response.file
Methods in de.xima.fc.api.rest.pub.impl.user.model.response.file that return PublicResourceReference Modifier and Type Method Description PublicResourceReference<UserProfile>BaseUserProfileFileResource. getUserProfile()
-