Uses of Class
de.xima.fc.mdl.enums.ERessourcenTyp
-
Packages that use ERessourcenTyp Package Description de.xima.fc.bl.fdv.processing de.xima.fc.export de.xima.fc.form.export de.xima.fc.gui.bean.application de.xima.fc.gui.bean.project de.xima.fc.gui.model de.xima.fc.interfaces de.xima.fc.interfaces.processing de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.mdl.resource -
-
Uses of ERessourcenTyp in de.xima.fc.bl.fdv.processing
Methods in de.xima.fc.bl.fdv.processing that return ERessourcenTyp Modifier and Type Method Description ERessourcenTypProcessingWrapper. getResourceType()Deprecated.Gets the type of the resource that may be needed for processingERessourcenTypVerarbeitungExterneRessource. getResourceType()Deprecated.ERessourcenTypVerarbeitungPdf. getResourceType()Deprecated.ERessourcenTypVerarbeitungWord. getResourceType()Deprecated.ERessourcenTypProcessingWrapper. getRessTypeEnum()Deprecated.Methods in de.xima.fc.bl.fdv.processing with parameters of type ERessourcenTyp Modifier and Type Method Description voidVerarbeitungExterneRessource. setResourceType(ERessourcenTyp resourceType)Deprecated. -
Uses of ERessourcenTyp in de.xima.fc.export
Methods in de.xima.fc.export with parameters of type ERessourcenTyp Modifier and Type Method Description protected voidAProjektUtil. checkClientResourceExists(ERessourcenTyp resourceType, String resourceName)Checks whether the given resource exists for the action and issues and error message in case it does not. -
Uses of ERessourcenTyp in de.xima.fc.form.export
Methods in de.xima.fc.form.export with parameters of type ERessourcenTyp Modifier and Type Method Description FormExporterFormExporter. withTemplate(ERessourcenTyp resourceType, UUID resourceUUID)Sets the template that should be used via its resource type (client or project) and UUIDFormPortraitExporterFormPortraitExporter. withTemplate(ERessourcenTyp resourceType, UUID resourceUUID) -
Uses of ERessourcenTyp in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application that return ERessourcenTyp Modifier and Type Method Description ERessourcenTyp[]EnumBean. getERessourcenTyp() -
Uses of ERessourcenTyp in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return types with arguments of type ERessourcenTyp Modifier and Type Method Description List<ERessourcenTyp>FormPortraitExportBean. getAllTemplateResourceTypes() -
Uses of ERessourcenTyp in de.xima.fc.gui.model
Methods in de.xima.fc.gui.model that return ERessourcenTyp Modifier and Type Method Description ERessourcenTypFileProvidingWrapper. getResourceType()Constructors in de.xima.fc.gui.model with parameters of type ERessourcenTyp Constructor Description FileProvidingWrapper(IFileProviding<?,?> resource, ERessourcenTyp resourceType) -
Uses of ERessourcenTyp in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return ERessourcenTyp Modifier and Type Method Description ERessourcenTypIResourceConsuming. getResourceType()Gets the type of the resourcedefault ERessourcenTypIResourceConsuming. getRessTypeEnum()Deprecated.UseIResourceConsuming.getResourceType()instead -
Uses of ERessourcenTyp in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing that return ERessourcenTyp Modifier and Type Method Description ERessourcenTypIProcessingWrapper. getResourceType()Gets the type of the resource that may be needed for processingERessourcenTypIProcessingWrapper. getRessTypeEnum()Deprecated. -
Uses of ERessourcenTyp in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ERessourcenTyp Modifier and Type Method Description static ERessourcenTypERessourcenTyp. valueOf(String name)Returns the enum constant of this type with the specified name.static ERessourcenTyp[]ERessourcenTyp. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ERessourcenTyp in de.xima.fc.mdl.resource
Methods in de.xima.fc.mdl.resource that return ERessourcenTyp Modifier and Type Method Description ERessourcenTypClientResourceItem. getResourceType()ERessourcenTypExternalResourceItem. getResourceType()ERessourcenTypFormResourceItem. getResourceType()ERessourcenTypIResourceItem. getResourceType()
-