Uses of Class
fr.becpg.common.BeCPGException
Packages that use BeCPGException
Package
Description
-
Uses of BeCPGException in fr.becpg.repo.activity.remote
Methods in fr.becpg.repo.activity.remote that throw BeCPGExceptionModifier and TypeMethodDescriptionprivate org.json.JSONObjectJsonActivityVisitor.createFeedEntityJson(org.alfresco.repo.domain.activities.ActivityFeedEntity feedEntry) voidJsonActivityVisitor.visit(List<org.alfresco.repo.domain.activities.ActivityFeedEntity> feedEntries, OutputStream result) visit.voidRemoteActivityVisitor.visit(List<org.alfresco.repo.domain.activities.ActivityFeedEntity> feedEntries, OutputStream result) visit.voidXmlActivityVisitor.visit(List<org.alfresco.repo.domain.activities.ActivityFeedEntity> feedEntries, OutputStream result) visit. -
Uses of BeCPGException in fr.becpg.repo.authentication
Subclasses of BeCPGException in fr.becpg.repo.authenticationModifier and TypeClassDescriptionclassException thrown when attempting to create a user that already exists. -
Uses of BeCPGException in fr.becpg.repo.entity.impl
Methods in fr.becpg.repo.entity.impl that return BeCPGExceptionModifier and TypeMethodDescriptionEntityIconServiceImpl.beCPGException(String message, Exception cause) beCPGException. -
Uses of BeCPGException in fr.becpg.repo.entity.remote
Methods in fr.becpg.repo.entity.remote that throw BeCPGExceptionModifier and TypeMethodDescriptionvoidRemoteSchemaGenerator.generateSchema(OutputStream out) generateSchema. -
Uses of BeCPGException in fr.becpg.repo.entity.remote.extractor
Methods in fr.becpg.repo.entity.remote.extractor that throw BeCPGExceptionModifier and TypeMethodDescriptionprivate voidImportEntityXmlVisitor.EntityXmlHandler.retrieveNodeContent(org.alfresco.service.cmr.repository.NodeRef origNodeRef, org.alfresco.service.cmr.repository.NodeRef destNodeRef) -
Uses of BeCPGException in fr.becpg.repo.entity.remote.impl
Methods in fr.becpg.repo.entity.remote.impl that throw BeCPGExceptionModifier and TypeMethodDescriptionvoidRemoteEntityServiceImpl.listEntities(org.alfresco.query.PagingResults<org.alfresco.service.cmr.repository.NodeRef> entities, OutputStream result, RemoteParams params) List entities at format with specific assoc/props -
Uses of BeCPGException in fr.becpg.repo.form
Methods in fr.becpg.repo.form that throw BeCPGException -
Uses of BeCPGException in fr.becpg.repo.form.impl
Methods in fr.becpg.repo.form.impl that throw BeCPGExceptionModifier and TypeMethodDescriptionBecpgFormServiceImpl.getForm(String itemKind, String itemId, String formId, String siteId, List<String> fields, List<String> forcedFields, org.alfresco.service.cmr.repository.NodeRef entityNodeRef) getForm.private BecpgFormDefinitionBecpgFormServiceImpl.getFormDefinition(Map<String, Map<String, BecpgFormDefinition>> defs, org.alfresco.repo.forms.Item item, String formId, String siteId)