public interface Step extends Serializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Step.Catalog
Marker interface that should have single implementation in other module.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
invoke(Session session)
This method should have no side-effect if it returns false.
|
boolean invoke(Session session)
session - User session.Copyright © 2019 JBoss by Red Hat. All rights reserved.