Robot
Table of Contents
Methods
- __construct() : mixed
- collectUsages() : array<string|int, mixed>
- generateName() : mixed
- getBizprocActivity() : mixed
- getCondition() : ConditionGroup
- getDelayInterval() : DelayInterval
- getDelayName() : string
- getDescription() : array<string|int, mixed>|null
- getName() : mixed
- getProperties() : mixed
- getProperty() : mixed
- getReturnProperties() : array<string|int, mixed>
- getReturnProperty() : array<string|int, mixed>|null
- getTitle() : mixed
- getType() : mixed
- hasBrokenLink() : bool
- isActivated() : bool
- isExecuteAfterPrevious() : mixed
- setCondition() : mixed
- setDelayInterval() : mixed
- setDelayName() : mixed
- setExecuteAfterPrevious() : mixed
- setProperties() : self
- setProperty() : mixed
- toArray() : mixed
Methods
__construct()
public
__construct(array<string|int, mixed> $bizprocActivity) : mixed
Parameters
- $bizprocActivity : array<string|int, mixed>
collectUsages()
public
collectUsages() : array<string|int, mixed>
Return values
array<string|int, mixed>generateName()
public
static generateName() : mixed
getBizprocActivity()
public
getBizprocActivity() : mixed
getCondition()
public
getCondition() : ConditionGroup
Return values
ConditionGroup —Robot condition.
getDelayInterval()
public
getDelayInterval() : DelayInterval
Return values
DelayInterval —Robot delay interval.
getDelayName()
public
getDelayName() : string
Return values
string —Robot delay name.
getDescription()
public
getDescription() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullgetName()
public
getName() : mixed
getProperties()
public
getProperties() : mixed
getProperty()
public
getProperty(string $name) : mixed
Parameters
- $name : string
getReturnProperties()
public
getReturnProperties() : array<string|int, mixed>
Return values
array<string|int, mixed>getReturnProperty()
public
getReturnProperty(string $name) : array<string|int, mixed>|null
Parameters
- $name : string
Return values
array<string|int, mixed>|nullgetTitle()
public
getTitle() : mixed
getType()
public
getType() : mixed
hasBrokenLink()
public
hasBrokenLink(Template $template) : bool
Parameters
- $template : Template
Return values
boolisActivated()
public
isActivated() : bool
Return values
boolisExecuteAfterPrevious()
public
isExecuteAfterPrevious() : mixed
setCondition()
public
setCondition(ConditionGroup $condition) : mixed
Parameters
- $condition : ConditionGroup
-
Robot condition.
setDelayInterval()
public
setDelayInterval(DelayInterval $delayInterval) : mixed
Parameters
- $delayInterval : DelayInterval
-
Robot delay interval.
setDelayName()
public
setDelayName(string $delayName) : mixed
Parameters
- $delayName : string
-
Robot delay name.
setExecuteAfterPrevious()
public
setExecuteAfterPrevious() : mixed
setProperties()
public
setProperties(array<string|int, mixed> $properties) : self
Parameters
- $properties : array<string|int, mixed>
Return values
selfsetProperty()
public
setProperty(string $name, mixed $value) : mixed
Parameters
- $name : string
- $value : mixed
toArray()
public
toArray() : mixed