Methods (10.0 SR 26 to 10.0 SR 27)
New/changed/removed/deprecated methods | New | Changed | Removed | Deprecated |
|---|---|---|---|---|
ARIS standard report API | ||||
Context.classEquals(Object,Object) -> boolean | x | |||
Context.getClassName(Object) -> String | x | |||
Publishing | ||||
BusinessPublisher.createHTMLExport(Database,String) -> boolean | x | |||
BusinessPublisher.getLocaleId(Locale) -> int | x | |||
BusinessPublisher.getLocaleId(String) -> int | x | |||
BusinessPublisher.getProgressMessage(Database) -> String | x | |||
BusinessPublisher.isFinished() -> boolean | x | |||
BusinessPublisher.removeSpecialCharacters(String) -> String | x | |||
BusinessPublisher.setHtmlExportProperty(String,String) -> void | x | |||
BusinessPublisher.setSelectedGroupItems(Group[]) -> void | x | |||
BusinessPublisher.setSelectedModelItems(Model[]) -> void | x | |||
PublicationSettings.getPublishedVersion() -> int | x | |||
PublicationSettings.isApprovalActive() -> boolean | x | |||
PublicationSettings.isPublished() -> boolean | x | |||
Publishing.getPublicationSettings(String) -> PublicationSettings | x | |||
New global object utilities available in reports/semantic checks | ||||
Utilities.convertLocale(String) -> Locale | x | |||
Utilities.convertLocale(int) -> Locale | x | |||
Utilities.encodeBase64(byte[]) -> String | x | |||
Utilities.getCsvUtils() -> CsvUtils | x | |||
Utilities.getEntireMethodGUID() -> String | x | |||
Utilities.getIOUtils() -> IOUtils | x | |||
Utilities.getImageUtils() -> ImageUtils | x | |||
Utilities.getMailUtils() -> MailUtils | x | |||
Utilities.getNetUtils() -> NetUtils | x | |||
Utilities.getXmlUtils() -> XMLUtils | x | |||
Utilities.getZipUtils() -> ZipUtils | x | |||
File.canRead() -> boolean | x | |||
File.canWrite() -> boolean | x | |||
File.createInputStream() -> InputStream | x | |||
File.createNewFile() -> boolean | x | |||
File.createNewTempFile(String,String) -> File | x | |||
File.createOutputStream() -> OutputStream | x | |||
File.createOutputStream(boolean) -> OutputStream | x | |||
File.delete() -> boolean | x | |||
File.exists() -> boolean | x | |||
File.getInSamePath(String) -> File | x | |||
File.getName() -> String | x | |||
File.getNetworkPathFromURI(String) -> File | x | |||
File.getSubFolder(String,boolean) -> File | x | |||
File.isAbsolute() -> boolean | x | |||
File.isDirectory() -> boolean | x | |||
File.isFile() -> boolean | x | |||
File.isHidden() -> boolean | x | |||
File.lastModified() -> long | x | |||
File.length() -> long | x | |||
File.setLastModified(long) -> boolean | x | |||
File.toString() -> String | x | |||
File.toURI() -> URI | x | |||
URL.getAuthority() -> String | x | |||
URL.getFile() -> String | x | |||
URL.getHost() -> String | x | |||
URL.getPath() -> String | x | |||
URL.getPort() -> int | x | |||
URL.getProtocol() -> String | x | |||
URL.getQuery() -> String | x | |||
URL.getRef() -> String | x | |||
URL.getUserInfo() -> String | x | |||
URL.sameFile(URL) -> boolean | x | |||
URL.toExternalForm() -> String | x | |||
URL.toNormalizedURI() -> String | x | |||
URL.toString() -> String | x | |||
URL.toURI() -> String | x | |||
HTMLParser.parse(String) -> HTMLParser$Document | x | |||
IOUtils.buffer(InputStream) -> BufferedInputStream | x | |||
IOUtils.buffer(InputStream,int) -> BufferedInputStream | x | |||
IOUtils.buffer(OutputStream) -> BufferedOutputStream | x | |||
IOUtils.buffer(OutputStream,int) -> BufferedOutputStream | x | |||
IOUtils.buffer(Reader) -> BufferedReader | x | |||
IOUtils.buffer(Reader,int) -> BufferedReader | x | |||
IOUtils.buffer(Writer) -> BufferedWriter | x | |||
IOUtils.buffer(Writer,int) -> BufferedWriter | x | |||
IOUtils.byteArray(int) -> byte[] | x | |||
IOUtils.byteCountToDisplaySize(long) -> String | x | |||
IOUtils.charArray(int) -> char[] | x | |||
IOUtils.checksumCRC32(File) -> long | x | |||
IOUtils.close(Closeable) -> void | x | |||
IOUtils.closeQuietly(Closeable) -> void | x | |||
IOUtils.closeQuietly(InputStream) -> void | x | |||
IOUtils.closeQuietly(OutputStream) -> void | x | |||
IOUtils.closeQuietly(Reader) -> void | x | |||
IOUtils.consume(InputStream) -> long | x | |||
IOUtils.consume(Reader) -> long | x | |||
IOUtils.contentEquals(File,File) -> boolean | x | |||
IOUtils.contentEquals(InputStream,InputStream) -> boolean | x | |||
IOUtils.contentEquals(Reader,Reader) -> boolean | x | |||
IOUtils.contentEqualsIgnoreEOL(Reader,Reader) -> boolean | x | |||
IOUtils.copy(File,File,boolean) -> void | x | |||
IOUtils.copy(InputStream,OutputStream) -> int | x | |||
IOUtils.copy(InputStream,OutputStream,int) -> long | x | |||
IOUtils.copy(InputStream,Writer,String) -> void | x | |||
IOUtils.copy(Reader,Appendable) -> long | x | |||
IOUtils.copy(Reader,OutputStream,String) -> void | x | |||
IOUtils.copy(Reader,Writer) -> int | x | |||
IOUtils.copy(URL,File) -> long | x | |||
IOUtils.copy(URL,File,int,int) -> void | x | |||
IOUtils.copy(URL,OutputStream) -> long | x | |||
IOUtils.copyLarge(InputStream,OutputStream) -> long | x | |||
IOUtils.copyLarge(InputStream,OutputStream,byte[]) -> long | x | |||
IOUtils.copyLarge(InputStream,OutputStream,long,long) -> long | x | |||
IOUtils.copyLarge(InputStream,OutputStream,long,long,byte[]) -> long | x | |||
IOUtils.copyLarge(Reader,Writer) -> long | x | |||
IOUtils.copyLarge(Reader,Writer,char[]) -> long | x | |||
IOUtils.copyLarge(Reader,Writer,long,long) -> long | x | |||
IOUtils.copyLarge(Reader,Writer,long,long,char[]) -> long | x | |||
IOUtils.copyURLToFile(URL,File) -> long | x | |||
IOUtils.lastModified(File) -> long | x | |||
IOUtils.moveFile(File,File) -> void | x | |||
IOUtils.read(InputStream,byte[]) -> int | x | |||
IOUtils.read(InputStream,byte[],int,int) -> int | x | |||
IOUtils.read(Reader,char[]) -> int | x | |||
IOUtils.read(Reader,char[],int,int) -> int | x | |||
IOUtils.readFully(InputStream,byte[]) -> void | x | |||
IOUtils.readFully(InputStream,byte[],int,int) -> void | x | |||
IOUtils.readFully(InputStream,int) -> byte[] | x | |||
IOUtils.readFully(Reader,char[]) -> void | x | |||
IOUtils.readFully(Reader,char[],int,int) -> void | x | |||
IOUtils.readLines(InputStream,String) -> List | x | |||
IOUtils.readLines(Reader) -> List | x | |||
IOUtils.skip(InputStream,long) -> long | x | |||
IOUtils.skip(Reader,long) -> long | x | |||
IOUtils.skipFully(InputStream,long) -> void | x | |||
IOUtils.skipFully(Reader,long) -> void | x | |||
IOUtils.toBufferedInputStream(InputStream) -> InputStream | x | |||
IOUtils.toBufferedInputStream(InputStream,int) -> InputStream | x | |||
IOUtils.toBufferedReader(Reader) -> BufferedReader | x | |||
IOUtils.toBufferedReader(Reader,int) -> BufferedReader | x | |||
IOUtils.toByteArray(File) -> byte[] | x | |||
IOUtils.toByteArray(InputStream) -> byte[] | x | |||
IOUtils.toByteArray(InputStream,int) -> byte[] | x | |||
IOUtils.toByteArray(Reader,String) -> byte[] | x | |||
IOUtils.toByteArray(URL) -> byte[] | x | |||
IOUtils.toCharArray(InputStream,String) -> char[] | x | |||
IOUtils.toCharArray(Reader) -> char[] | x | |||
IOUtils.toInputStream(String,String) -> InputStream | x | |||
IOUtils.toInputStream(byte[]) -> InputStream | x | |||
IOUtils.toString(InputStream,String) -> String | x | |||
IOUtils.toString(Reader) -> String | x | |||
IOUtils.toString(URL,String) -> String | x | |||
IOUtils.toString(byte[],String) -> String | x | |||
IOUtils.write(String,OutputStream,String) -> void | x | |||
IOUtils.write(String,Writer) -> void | x | |||
IOUtils.write(byte[],OutputStream) -> void | x | |||
IOUtils.write(byte[],Writer,String) -> void | x | |||
IOUtils.write(char[],OutputStream,String) -> void | x | |||
IOUtils.write(char[],Writer) -> void | x | |||
IOUtils.writeChunked(byte[],OutputStream) -> void | x | |||
IOUtils.writeChunked(char[],Writer) -> void | x | |||
IOUtils.writeLines(Collection,String,OutputStream,String) -> void | x | |||
IOUtils.writeLines(Collection,String,Writer) -> void | x | |||
IOUtils.writeToFile(byte[],File,boolean) -> void | x | |||
ImageUtils.getAsImage(byte[]) -> BufferedImage | x | |||
ImageUtils.getImage(URL) -> BufferedImage | x | |||
ImageUtils.getImageBytes(BufferedImage,String) -> byte[] | x | |||
MailAttachment.getContenType() -> String | x | |||
MailAttachment.getContent() -> byte[] | x | |||
MailAttachment.getName() -> String | x | |||
MailRecipient.getMailAddress() -> String | x | |||
MailUtils.createMailAttachment(String,byte[]) -> MailAttachment | x | |||
MailUtils.createMailAttachment(String,byte[],String) -> MailAttachment | x | |||
MailUtils.createMailRecipient(String) -> MailRecipient | x | |||
MailUtils.createMailRecipient(User) -> MailRecipient | x | |||
MailUtils.sendMail(User,String,String,String,boolean,MailRecipient[],MailAttachment[]) -> void | x | |||
MailUtils.sendMail(User,String,String,String,boolean,String[],String[],boolean,boolean) -> void | x | |||
NetUtils.createNetworkFile(String) -> File | x | |||
NetUtils.createURL(String) -> URL | x | |||
NetUtils.doArisRestCall(ArisData,String,String,String,Map,String) -> String | x | |||
NetUtils.doRestCall(String,String,String,Map,String) -> String | x | |||
NetUtils.doRestCall(String,String,String,Map,String,Integer,Integer) -> String | x | |||
NetUtils.encodeURL(String) -> String | x | |||
NetUtils.isValidURL(String) -> boolean | x | |||
NetUtils.sftpGet(OutputStream,String,String,int,String,String,String) -> boolean | x | |||
NetUtils.sftpPut(File,String,String,int,String,String,String) -> boolean | x | |||
CsvOptions.setEscapeChar(char) -> CsvOptions | x | |||
CsvOptions.setIgnoreLeadingWhiteSpace(boolean) -> CsvOptions | x | |||
CsvOptions.setIgnoreQuotations(boolean) -> CsvOptions | x | |||
CsvOptions.setLineEnd(boolean) -> CsvOptions | x | |||
CsvOptions.setQuoteChar(char) -> CsvOptions | x | |||
CsvOptions.setSeparator(char) -> CsvOptions | x | |||
CsvOptions.setSkipLines(int) -> CsvOptions | x | |||
CsvOptions.setStrictQuotes(boolean) -> CsvOptions | x | |||
CsvOutputObject.WriteReport() -> void | x | |||
CsvOutputObject.writeAll(Iterable) -> void | x | |||
CsvOutputObject.writeAll(Iterable,boolean) -> void | x | |||
CsvOutputObject.writeAll(List) -> void | x | |||
CsvOutputObject.writeAll(List,boolean) -> void | x | |||
CsvOutputObject.writeAll(ResultSet,boolean) -> int | x | |||
CsvOutputObject.writeAll(ResultSet,boolean,boolean) -> int | x | |||
CsvOutputObject.writeAll(ResultSet,boolean,boolean,boolean) -> int | x | |||
CsvOutputObject.writeNext(String[]) -> void | x | |||
CsvOutputObject.writeNext(String[],boolean) -> void | x | |||
CsvReader.getLinesRead() -> long | x | |||
CsvReader.getSkipLines() -> int | x | |||
CsvReader.iterator() -> Iterator | x | |||
CsvReader.peek() -> String[] | x | |||
CsvReader.readAll() -> List | x | |||
CsvReader.readNext() -> String[] | x | |||
CsvReader.skip(int) -> void | x | |||
CsvUtils.createCsvOutputObject(File,String,CsvOptions) -> CsvOutputObject | x | |||
CsvUtils.createOptions() -> CsvOptions | x | |||
CsvUtils.getCSVReader(byte[],String,CsvOptions) -> CsvReader | x | |||
XMLUtils.doXsltTransformXml(byte[],byte[]) -> byte[] | x | |||
XMLUtils.getHtmlParser(String) -> HTMLParser$Document | x | |||
ZipUtils.unZip(Context,InputStream,boolean) -> ZipEntry[] | x | |||
ZipUtils.unZipToOutputFolder(Context,byte[]) -> File[] | x | |||
ZipUtils.zipFilesToByteArray(File[]) -> byte[] | x | |||
ZipUtils.zipFilesToFile(Context,File,File[]) -> File | x | |||
ZipUtils.zipFolder(File,File) -> void | x | |||
ZipEntry.getContent() -> byte[] | x | |||
ZipEntry.getCreationTime() -> long | x | |||
ZipEntry.getFullName() -> String | x | |||
ZipEntry.getLastModifiedTime() -> long | x | |||
ZipEntry.getPath() -> String | x | |||
ZipEntry.isDirectory() -> boolean | x | |||
Context.createCsvOutputObject(String,String) -> CsvOutputObject | x | |||
Context.deleteFile(File) -> boolean | x | |||
Context.getCreatedFiles() -> File[] | x | |||
Other components | ||||
SM72Result.getLogFileContent() -> String | x | |||