Uses of Enum Class
com.iizix.urn.URNResourceType
Packages that use URNResourceType
Package
Description
Uses of URNResourceType in com.iizix.barcode
Methods in com.iizix.barcode that return types with arguments of type URNResourceTypeModifier and TypeMethodDescriptionBarcodeURNFactory.getResourceTypes()
Gets the URN Resource Type supported by the provider.Uses of URNResourceType in com.iizix.server.wsfile
Methods in com.iizix.server.wsfile that return URNResourceTypeMethods in com.iizix.server.wsfile that return types with arguments of type URNResourceTypeModifier and TypeMethodDescriptionFileURNProvider.getResourceTypes()
Gets the URN Resource Type supported by the provider.ImageURNProvider.getResourceTypes()
Gets the URN Resource Type supported by the provider.Methods in com.iizix.server.wsfile with parameters of type URNResourceTypeModifier and TypeMethodDescriptionWSFileProviderEngine.getCreateFileProvider
(URNResourceType type, String descr, String subject, Object id, boolean doPersistFileNames, ServerSettings settings) Gets or creates a new engine type file provider.ImageURNProvider.getImageTarget
(URNResourceType type, String name) Gets the image target reference.Uses of URNResourceType in com.iizix.urn
Fields in com.iizix.urn declared as URNResourceTypeFields in com.iizix.urn with type parameters of type URNResourceTypeModifier and TypeFieldDescriptionstatic final List<URNResourceType>
URNResourceType.ALL
List of all possible resource types.Methods in com.iizix.urn that return URNResourceTypeModifier and TypeMethodDescriptionstatic URNResourceType
URNResourceType.fromExternalStartPath
(String path) Looks up the WSFileType from an external path.static URNResourceType
Gets the NSS resource for the case sensitive string.static URNResourceType[]
URNResourceType.getNonSubjectBased()
Gets the non-subject based file types.static URNResourceType[]
URNResourceType.getSubjectBased()
Gets the subject based file types.final URNResourceType
URNResource.getType()
Gets the resource type.static URNResourceType
Returns the enum constant of this class with the specified name.static URNResourceType[]
URNResourceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iizix.urn that return types with arguments of type URNResourceTypeModifier and TypeMethodDescriptionIURNProvider.getResourceTypes()
Gets the URN Resource Type supported by the provider.Constructors in com.iizix.urn with parameters of type URNResourceTypeModifierConstructorDescriptionprotected
URNResource
(String urnString, URNResourceType type, Object id) Constructs a URNResource from a string that has contains the media type followed by Base64 encoded data.Uses of URNResourceType in com.iizix.urn.file
Methods in com.iizix.urn.file that return types with arguments of type URNResourceTypeModifier and TypeMethodDescriptionFileURNFactory.getResourceTypes()
Gets the URN Resource Type supported by the provider.Methods in com.iizix.urn.file with parameters of type URNResourceTypeModifier and TypeMethodDescriptionstatic FileURN
FileURN.fromFileResource
(URNResourceType type, Object id, String fileName) Creates a File URN from a string.Constructors in com.iizix.urn.file with parameters of type URNResourceTypeModifierConstructorDescriptionprotected
FileURN
(String urnString, URNResourceType type, Object id, String fileName) Constructor for a File URN.Uses of URNResourceType in com.iizix.urn.image
Methods in com.iizix.urn.image that return types with arguments of type URNResourceTypeModifier and TypeMethodDescriptionImageURNFactory.getResourceTypes()
Gets the location or locations supported by the provider.Methods in com.iizix.urn.image with parameters of type URNResourceTypeModifier and TypeMethodDescriptionIImageURNProvider.getImageTarget
(URNResourceType type, String name) Gets the image target reference.Uses of URNResourceType in com.iizix.urn.svg
Methods in com.iizix.urn.svg that return types with arguments of type URNResourceTypeModifier and TypeMethodDescriptionSVG_URNFactory.getResourceTypes()
Gets the location or locations supported by the provider.Uses of URNResourceType in com.iizix.urn.url
Methods in com.iizix.urn.url that return types with arguments of type URNResourceTypeModifier and TypeMethodDescriptionURL_URNFactory.getResourceTypes()
Gets the location or locations supported by the provider.Uses of URNResourceType in com.iizix.urn.user
Methods in com.iizix.urn.user that return types with arguments of type URNResourceTypeModifier and TypeMethodDescriptionUserProfileImageURNFactory.getResourceTypes()
Gets the location or locations supported by the provider.UserProfileStringURNFactory.getResourceTypes()
Gets the location or locations supported by the provider.Uses of URNResourceType in com.iizix.wsfile
Methods in com.iizix.wsfile that return URNResourceType