public abstract class RulePage extends SharePage
renderableParent, webDriver| Constructor and Description |
|---|
RulePage() |
| Modifier and Type | Method and Description |
|---|---|
ActionDefinition |
appendNewActionDefinition(String name)
Append a new action definition.
|
RulePage |
deselectApplyToChildren()
Deselect the apply to children check box
|
RulePage |
deselectDisabled()
Deselect the disabled check box
|
RulePage |
deselectRunInBackground()
Deselect the run in background check box
|
List<ActionDefinition> |
getActionDefinitions()
Get all the action definitions currently available.
|
Set<String> |
getAvailableActions()
Gets all the available actions
|
protected String |
getPageURL(String... context)
Get the URL of the page
|
boolean |
isActionAvailable(String name)
Indicates whether an action is available or not
|
boolean |
isSelectedApplyToChildren()
Is the apply to children checkbox disabled or not?
|
boolean |
isSelectedDisabled()
Is the disabled checkbox disabled or not?
|
boolean |
isSelectedRunInBackground()
Is the run in background checkbox disabled or not?
|
RulePage |
selectApplyToChildren()
Select the apply to children check box
|
RulePage |
selectDisabled()
Select the disabled check box
|
RulePage |
selectRunInBackground()
Select the run in background check box
|
RulePage |
setDescription(String value)
Set rule description
|
RulePage |
setName(String value)
Set rule name
|
getSharePageNavigation, open, renderclosePage, getCurrentUrl, getLastRenderedPage, getPageTitle, refreshAndReRenderCurrentPage, refreshCurrentPageas, getAllFields, getLastRendered, renderChildrenprotected String getPageURL(String... context)
SharePagegetPageURL in class SharePageSharePage.getPageURL(java.lang.String[])public boolean isSelectedDisabled()
public RulePage selectDisabled()
public RulePage deselectDisabled()
public boolean isSelectedApplyToChildren()
public RulePage selectApplyToChildren()
public RulePage deselectApplyToChildren()
public boolean isSelectedRunInBackground()
public RulePage selectRunInBackground()
public RulePage deselectRunInBackground()
public boolean isActionAvailable(String name)
public List<ActionDefinition> getActionDefinitions()
public ActionDefinition appendNewActionDefinition(String name)
Copyright © 2005–2016 Alfresco Software. All rights reserved.