Index

A B C D E F G I M N O P R S T U V W Z 
All Classes and Interfaces|All Packages

A

afterAllAnnotations(Set<String>) - Method in class app.peac.core.service.AnnotationProcessor
 
AnnotationProcessor<T extends Annotation> - Class in app.peac.core.service
 
AnnotationProcessor() - Constructor for class app.peac.core.service.AnnotationProcessor
 
app.peac.core.annotation - package app.peac.core.annotation
 
app.peac.core.model.event - package app.peac.core.model.event
 
app.peac.core.model.javafx.application - package app.peac.core.model.javafx.application
 
app.peac.core.model.javafx.controller - package app.peac.core.model.javafx.controller
 
app.peac.core.model.javafx.format - package app.peac.core.model.javafx.format
 
app.peac.core.model.javafx.table - package app.peac.core.model.javafx.table
 
app.peac.core.model.notification - package app.peac.core.model.notification
 
app.peac.core.model.rpa - package app.peac.core.model.rpa
 
app.peac.core.service - package app.peac.core.service
 
app.peac.core.service.rpa - package app.peac.core.service.rpa
 
app.peac.core.utils.date - package app.peac.core.utils.date
 
app.peac.core.utils.io - package app.peac.core.utils.io
 
app.peac.core.utils.rpa - package app.peac.core.utils.rpa
 
app.peac.core.utils.rpa.driver - package app.peac.core.utils.rpa.driver
 
ApplicationEventListener - Annotation Interface in app.peac.core.annotation
 
ApplicationTab - Annotation Interface in app.peac.core.annotation
 
ApplicationTabType - Enum Class in app.peac.core.model.javafx.application
 

B

beforeAllAnnotations(Set<String>) - Method in class app.peac.core.service.AnnotationProcessor
 
build() - Method in class app.peac.core.model.rpa.RpaDriverConfig.RpaDriverConfigBuilder
 
builder() - Static method in class app.peac.core.model.rpa.RpaDriverConfig
 

C

check(ExpectedCondition<Boolean>) - Method in class app.peac.core.service.rpa.RpaDriver
 
CheckBoxCell<T> - Class in app.peac.core.model.javafx.table
 
CheckBoxCell(ObservableList<T>) - Constructor for class app.peac.core.model.javafx.table.CheckBoxCell
 
CHROME - Enum constant in enum class app.peac.core.model.rpa.RpaDriverType
 
ChromeDriverUtils - Class in app.peac.core.utils.rpa.driver
 
ChromiumDriverUtils - Class in app.peac.core.utils.rpa.driver
 
ClickableTableRow<T> - Class in app.peac.core.model.javafx.table
 
ClickableTableRow() - Constructor for class app.peac.core.model.javafx.table.ClickableTableRow
 
clickOnElemBy(By) - Method in class app.peac.core.service.rpa.RpaDriver
 
close() - Method in class app.peac.core.service.rpa.RpaDriver
 
closeInnerTab(Class<? extends InnerTabController>) - Method in interface app.peac.core.service.FXService
 
createChromeDriver(RpaDriverConfig) - Static method in class app.peac.core.utils.rpa.driver.ChromeDriverUtils
 
createDriver() - Method in interface app.peac.core.service.rpa.RpaService
 
createDriver(boolean) - Method in interface app.peac.core.service.rpa.RpaService
 
createDriver(RpaDriverConfig) - Method in interface app.peac.core.service.rpa.RpaService
 
createEdgeDriver(RpaDriverConfig) - Static method in class app.peac.core.utils.rpa.driver.EdgeDriverUtils
 
createFirefoxDriver(RpaDriverConfig) - Static method in class app.peac.core.utils.rpa.driver.FirefoxDriverUtils
 
createInnerTab(Class<? extends InnerTabController>) - Method in interface app.peac.core.service.FXService
 
createPopup(String) - Method in interface app.peac.core.service.NotificationService
 
createRpaThread(Task<?>) - Static method in class app.peac.core.utils.rpa.RpaThreadUtils
 
createSafariDriver() - Static method in class app.peac.core.utils.rpa.driver.SafariDriverUtils
 

D

DATE_TIME_FORMATTER - Static variable in class app.peac.core.utils.date.DateFormatUtils
 
DateFormatUtils - Class in app.peac.core.utils.date
 
def() - Static method in class app.peac.core.model.rpa.RpaDriverConfig
 
driverType(RpaDriverType) - Method in class app.peac.core.model.rpa.RpaDriverConfig.RpaDriverConfigBuilder
 

E

EDGE - Enum constant in enum class app.peac.core.model.rpa.RpaDriverType
 
EdgeDriverUtils - Class in app.peac.core.utils.rpa.driver
 
ERROR - Enum constant in enum class app.peac.core.model.notification.NotificationType
 
EventListener - Interface in app.peac.core.model.event
 
EventManager - Interface in app.peac.core.service
 
executeJS(String) - Method in class app.peac.core.service.rpa.RpaDriver
Executes JavaScript code on RPA node.
executeJS(String, boolean) - Method in class app.peac.core.service.rpa.RpaDriver
Executes JavaScript code on RPA node with ability to turn off logging of expected errors

F

findAllBy(Duration, ExpectedCondition<List<WebElement>>) - Method in class app.peac.core.service.rpa.RpaDriver
 
findAllBy(By) - Method in class app.peac.core.service.rpa.RpaDriver
Find all elements matching given descriptor.
findAllBy(ExpectedCondition<List<WebElement>>) - Method in class app.peac.core.service.rpa.RpaDriver
 
findBy(Duration, ExpectedCondition<WebElement>) - Method in class app.peac.core.service.rpa.RpaDriver
 
findBy(By) - Method in class app.peac.core.service.rpa.RpaDriver
Finds the first element matching given descriptor
findBy(ExpectedCondition<WebElement>) - Method in class app.peac.core.service.rpa.RpaDriver
 
fireDoubleClickEvent(T) - Method in class app.peac.core.model.javafx.table.ClickableTableRow
 
FIREFOX - Enum constant in enum class app.peac.core.model.rpa.RpaDriverType
 
FirefoxDriverUtils - Class in app.peac.core.utils.rpa.driver
 
fireMiddleButtonClickEvent(T) - Method in class app.peac.core.model.javafx.table.ClickableTableRow
 
fireOneClickEvent(T) - Method in class app.peac.core.model.javafx.table.ClickableTableRow
 
fireRightButtonClickEvent(T) - Method in class app.peac.core.model.javafx.table.ClickableTableRow
 
formatDate(LocalDateTime) - Static method in class app.peac.core.utils.date.DateFormatUtils
 
FXService - Interface in app.peac.core.service
 

G

getActions() - Method in class app.peac.core.service.rpa.RpaDriver
 
getAnnotationType() - Method in class app.peac.core.service.AnnotationProcessor
 
getCommonDriverOptions() - Static method in class app.peac.core.utils.rpa.driver.ChromiumDriverUtils
 
getConfig() - Method in class app.peac.core.service.rpa.RpaDriver
 
getDriver() - Method in class app.peac.core.service.rpa.RpaDriver
 
getDriverType() - Method in class app.peac.core.model.rpa.RpaDriverConfig
 
getPrimaryStage() - Method in interface app.peac.core.service.FXService
 
getTitle() - Method in interface app.peac.core.model.javafx.controller.InnerTabController
 
getUserConfig() - Method in interface app.peac.core.service.rpa.RpaService
 
getUserDataPath() - Method in class app.peac.core.model.rpa.RpaDriverConfig
 

I

imitateUserWait() - Method in class app.peac.core.service.rpa.RpaDriver
 
INFO - Enum constant in enum class app.peac.core.model.notification.NotificationType
 
initialize() - Method in class app.peac.core.service.AnnotationProcessor
 
initializeAnnotation(String) - Method in class app.peac.core.service.AnnotationProcessor
 
InnerTabController - Interface in app.peac.core.model.javafx.controller
 
isRunHeadless() - Method in class app.peac.core.model.rpa.RpaDriverConfig
 
isUserDataExists() - Method in class app.peac.core.model.rpa.RpaDriverConfig
 

M

moveToElement(By) - Method in class app.peac.core.service.rpa.RpaDriver
 

N

NotificationService - Interface in app.peac.core.service
 
NotificationType - Enum Class in app.peac.core.model.notification
 
notify(String, Object) - Method in interface app.peac.core.service.EventManager
 
NumberFormatter - Class in app.peac.core.model.javafx.format
 
NumberFormatter(Class<? extends Number>) - Constructor for class app.peac.core.model.javafx.format.NumberFormatter
 

O

openBrowserAndWaitForClose(String, boolean) - Method in interface app.peac.core.service.rpa.RpaService
 
openBrowserOn(String) - Method in class app.peac.core.service.rpa.RpaDriver
 
openLink(String) - Method in interface app.peac.core.service.FXService
 

P

pressKey(Keys) - Method in class app.peac.core.service.rpa.RpaDriver
 
pressKeys(Keys...) - Method in class app.peac.core.service.rpa.RpaDriver
 
priority() - Element in annotation interface app.peac.core.annotation.ApplicationTab
 

R

refreshPage() - Method in class app.peac.core.service.rpa.RpaDriver
 
RpaDriver - Class in app.peac.core.service.rpa
 
RpaDriver(RpaDriverConfig) - Constructor for class app.peac.core.service.rpa.RpaDriver
 
RpaDriverConfig - Class in app.peac.core.model.rpa
 
RpaDriverConfig.RpaDriverConfigBuilder - Class in app.peac.core.model.rpa
 
RpaDriverType - Enum Class in app.peac.core.model.rpa
 
RpaService - Interface in app.peac.core.service.rpa
 
RpaThreadUtils - Class in app.peac.core.utils.rpa
 
runHeadless(boolean) - Method in class app.peac.core.model.rpa.RpaDriverConfig.RpaDriverConfigBuilder
 

S

SAFARI - Enum constant in enum class app.peac.core.model.rpa.RpaDriverType
 
SafariDriverUtils - Class in app.peac.core.utils.rpa.driver
 
scrollToPageBottom() - Method in class app.peac.core.service.rpa.RpaDriver
 
scrollToPageBottomWithRefreshCheck() - Method in class app.peac.core.service.rpa.RpaDriver
 
sendImages(List<String>) - Method in interface app.peac.core.service.NotificationService
 
sendKeysBy(By, String) - Method in class app.peac.core.service.rpa.RpaDriver
 
sendNotification(NotificationType, String, String) - Method in interface app.peac.core.service.NotificationService
 
subscribe(String, EventListener) - Method in interface app.peac.core.service.EventManager
 

T

title() - Element in annotation interface app.peac.core.annotation.ApplicationTab
 
TO_HELP - Enum constant in enum class app.peac.core.model.javafx.application.ApplicationTabType
 
TO_OPEN - Enum constant in enum class app.peac.core.model.javafx.application.ApplicationTabType
 
toString() - Method in class app.peac.core.model.rpa.RpaDriverConfig.RpaDriverConfigBuilder
 
type() - Element in annotation interface app.peac.core.annotation.ApplicationEventListener
 
type() - Element in annotation interface app.peac.core.annotation.ApplicationTab
 

U

unsubscribe(String, EventListener) - Method in interface app.peac.core.service.EventManager
 
unzip(byte[], String) - Static method in class app.peac.core.utils.io.ZipHelper
 
update(String, Object) - Method in interface app.peac.core.model.event.EventListener
 
updateItem(T, boolean) - Method in class app.peac.core.model.javafx.table.CheckBoxCell
 
userDataPath(String) - Method in class app.peac.core.model.rpa.RpaDriverConfig.RpaDriverConfigBuilder
 

V

valueOf(String) - Static method in enum class app.peac.core.model.javafx.application.ApplicationTabType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class app.peac.core.model.notification.NotificationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class app.peac.core.model.rpa.RpaDriverType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class app.peac.core.model.javafx.application.ApplicationTabType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class app.peac.core.model.notification.NotificationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class app.peac.core.model.rpa.RpaDriverType
Returns an array containing the constants of this enum class, in the order they are declared.

W

waitFor(TimeUnit, long) - Method in class app.peac.core.service.rpa.RpaDriver
 
waitForMilliSec(long) - Method in class app.peac.core.service.rpa.RpaDriver
 
waitForSec(long) - Method in class app.peac.core.service.rpa.RpaDriver
 
WARN - Enum constant in enum class app.peac.core.model.notification.NotificationType
 

Z

ZipHelper - Class in app.peac.core.utils.io
 
A B C D E F G I M N O P R S T U V W Z 
All Classes and Interfaces|All Packages