Uses of Class
com.iizix.urn.URNResourceType
Packages that use URNResourceType Package Description com.iizix.barcode com.iizix.server.wsfile com.iizix.urn com.iizix.urn.file com.iizix.urn.image com.iizix.urn.svg com.iizix.urn.url com.iizix.urn.user com.iizix.wsfile Uses of URNResourceType in com.iizix.barcode
Methods in com.iizix.barcode that return types with arguments of type URNResourceType Modifier and Type Method Description java.util.List<URNResourceType>
BarcodeURNFactory. 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 URNResourceType Modifier and Type Method Description URNResourceType
WSFileProvider. getType()
Returns the file type.Methods in com.iizix.server.wsfile that return types with arguments of type URNResourceType Modifier and Type Method Description java.util.List<URNResourceType>
FileURNProvider. getResourceTypes()
Gets the URN Resource Type supported by the provider.java.util.List<URNResourceType>
ImageURNProvider. getResourceTypes()
Gets the URN Resource Type supported by the provider.Methods in com.iizix.server.wsfile with parameters of type URNResourceType Modifier and Type Method Description WSFileProvider
WSFileProviderEngine. getCreateFileProvider(URNResourceType type, java.lang.String descr, java.lang.String subject, java.lang.Object id, boolean doPersistFileNames, ServerSettings settings)
Gets or creates a new engine type file provider.IImageTarget
ImageURNProvider. getImageTarget(URNResourceType type, java.lang.String name)
Gets the image target reference.Uses of URNResourceType in com.iizix.urn
Fields in com.iizix.urn declared as URNResourceType Modifier and Type Field Description protected URNResourceType
URNResource. type
The resource type.Fields in com.iizix.urn with type parameters of type URNResourceType Modifier and Type Field Description static java.util.List<URNResourceType>
URNResourceType. ALL
List of all possible resource types.Methods in com.iizix.urn that return URNResourceType Modifier and Type Method Description static URNResourceType
URNResourceType. fromExternalStartPath(java.lang.String path)
Looks up the WSFileType from an external path.static URNResourceType
URNResourceType. fromNSS(java.lang.String nss)
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.URNResourceType
URNResource. getType()
Gets the resource type.static URNResourceType
URNResourceType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static URNResourceType[]
URNResourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.urn that return types with arguments of type URNResourceType Modifier and Type Method Description java.util.List<URNResourceType>
IURNProvider. getResourceTypes()
Gets the URN Resource Type supported by the provider.Constructors in com.iizix.urn with parameters of type URNResourceType Constructor Description URNResource(java.lang.String urnString, URNResourceType type, java.lang.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 URNResourceType Modifier and Type Method Description java.util.List<URNResourceType>
FileURNFactory. getResourceTypes()
Gets the URN Resource Type supported by the provider.Methods in com.iizix.urn.file with parameters of type URNResourceType Modifier and Type Method Description static FileURN
FileURN. fromFileResource(URNResourceType type, java.lang.Object id, java.lang.String fileName)
Creates a File URN from a string.Constructors in com.iizix.urn.file with parameters of type URNResourceType Constructor Description FileURN(java.lang.String urnString, URNResourceType type, java.lang.Object id, java.lang.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 URNResourceType Modifier and Type Method Description java.util.List<URNResourceType>
ImageURNFactory. getResourceTypes()
Gets the location or locations supported by the provider.Methods in com.iizix.urn.image with parameters of type URNResourceType Modifier and Type Method Description IImageTarget
IImageURNProvider. getImageTarget(URNResourceType type, java.lang.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 URNResourceType Modifier and Type Method Description java.util.List<URNResourceType>
SVG_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 URNResourceType Modifier and Type Method Description java.util.List<URNResourceType>
URL_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 URNResourceType Modifier and Type Method Description java.util.List<URNResourceType>
UserProfileImageURNFactory. getResourceTypes()
Gets the location or locations supported by the provider.java.util.List<URNResourceType>
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 Modifier and Type Method Description URNResourceType
IWSFileProvider. getType()
Returns the file type.