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 ERessourcenTyp
ProcessingWrapper. getResourceType()
Gets the type of the resource that may be needed for processingERessourcenTyp
VerarbeitungExterneRessource. getResourceType()
ERessourcenTyp
VerarbeitungPdf. getResourceType()
ERessourcenTyp
VerarbeitungWord. getResourceType()
ERessourcenTyp
ProcessingWrapper. getRessTypeEnum()
Deprecated.Methods in de.xima.fc.bl.fdv.processing with parameters of type ERessourcenTyp Modifier and Type Method Description void
VerarbeitungExterneRessource. setResourceType(ERessourcenTyp resourceType)
-
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 void
AProjektUtil. 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 FormExporter
FormExporter. withTemplate(ERessourcenTyp resourceType, UUID resourceUUID)
Sets the template that should be used via its resource type (client or project) and UUIDFormPortraitExporter
FormPortraitExporter. 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 ERessourcenTyp
FileProvidingWrapper. 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 ERessourcenTyp
IResourceConsuming. getResourceType()
Gets the type of the resourcedefault ERessourcenTyp
IResourceConsuming. 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 ERessourcenTyp
IProcessingWrapper. getResourceType()
Gets the type of the resource that may be needed for processingERessourcenTyp
IProcessingWrapper. 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 ERessourcenTyp
ERessourcenTyp. 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 ERessourcenTyp
ClientResourceItem. getResourceType()
ERessourcenTyp
ExternalResourceItem. getResourceType()
ERessourcenTyp
FormResourceItem. getResourceType()
ERessourcenTyp
IResourceItem. getResourceType()
-