Uses of Enum Class
com.iizix.urn.URNResourceType
Package
Description
Uses of URNResourceType in com.iizix.barcode
Modifier and TypeMethodDescriptionBarcodeURNFactory.getResourceTypes()
Gets the URN Resource Type supported by the provider.Uses of URNResourceType in com.iizix.server.wsfile
Modifier and TypeMethodDescriptionFileURNProvider.getResourceTypes()
Gets the URN Resource Type supported by the provider.ImageURNProvider.getResourceTypes()
Gets the URN Resource Type supported by the provider.Modifier 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
Modifier and TypeFieldDescriptionstatic final List<URNResourceType>
URNResourceType.ALL
List of all possible resource types.Modifier 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.Modifier and TypeMethodDescriptionIURNProvider.getResourceTypes()
Gets the URN Resource Type supported by the provider.ModifierConstructorDescriptionprotected
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
Modifier and TypeMethodDescriptionFileURNFactory.getResourceTypes()
Gets the URN Resource Type supported by the provider.Modifier and TypeMethodDescriptionstatic FileURN
FileURN.fromFileResource
(URNResourceType type, Object id, String fileName) Creates a File URN from a string.ModifierConstructorDescriptionprotected
FileURN
(String urnString, URNResourceType type, Object id, String fileName) Constructor for a File URN.Uses of URNResourceType in com.iizix.urn.image
Modifier and TypeMethodDescriptionImageURNFactory.getResourceTypes()
Gets the location or locations supported by the provider.Modifier and TypeMethodDescriptionIImageURNProvider.getImageTarget
(URNResourceType type, String name) Gets the image target reference.Uses of URNResourceType in com.iizix.urn.svg
Modifier and TypeMethodDescriptionSVG_URNFactory.getResourceTypes()
Gets the location or locations supported by the provider.Uses of URNResourceType in com.iizix.urn.url
Modifier and TypeMethodDescriptionURL_URNFactory.getResourceTypes()
Gets the location or locations supported by the provider.Uses of URNResourceType in com.iizix.urn.user
Modifier 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