object Action
Ordering
- Alphabetic
- By Inheritance
Inherited
- Action
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
composite[T <: ObjectResource](actions: Iterable[Action]): CompositeAction[T]
Creates a CompositeAction.
Creates a CompositeAction. A single action that encapsulates other actions.
- def createOrPatch[T <: ObjectResource, O <: Patch](resource: T, patch: O)(implicit format: Format[T], patchWriter: Writes[O], resourceDefinition: ResourceDefinition[T]): CreateOrPatchAction[T, O]
-
def
createOrUpdate[T <: ObjectResource](resource: T, editor: ObjectEditor[T])(implicit format: Format[T], resourceDefinition: ResourceDefinition[T]): CreateOrUpdateAction[T]
Creates a CreateOrUpdateAction.
-
def
delete[T <: ObjectResource](resourceName: String, namespace: String)(implicit resourceDefinition: ResourceDefinition[T]): DeleteAction[T]
Creates a DeleteAction.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
executed(action: Action): String
Log message for when an Action has been executed.
-
def
executing(action: Action): String
Log message for when an Action is about to get executed.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val log: Logger
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noop: NoopAction.type
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
patch[T <: ObjectResource, O <: Patch](resource: T, patch: O)(implicit format: Format[T], patchWriter: Writes[O], resourceDefinition: ResourceDefinition[T]): PatchAction[T, O]
Creates an PatchAction.
-
def
provided[T <: ObjectResource](resourceName: String, namespace: String)(fAction: (Option[T]) ⇒ Action)(implicit format: Format[T], resourceDefinition: ResourceDefinition[T]): ProvidedAction[T]
Creates an action provided that a resource with resourceName in namespace is found.
-
def
providedByLabel[T <: ObjectResource](labelKey: String, labelValues: Vector[String], namespace: String)(fAction: (ListResource[T]) ⇒ Action)(implicit format: Format[T], resourceDefinition: ResourceDefinition[ListResource[T]]): ProvidedByLabelAction[T]
Creates an action provided that a list of resources with a label in a namespace are found.
- def providedRetry[T <: ObjectResource](resourceName: String, namespace: String)(fAction: (Option[T]) ⇒ Action)(implicit format: Format[T], resourceDefinition: ResourceDefinition[T]): ProvidedAction[T]
- def providedRetry[T <: ObjectResource](resourceName: String, namespace: String, getRetries: Int)(fAction: (Option[T]) ⇒ Action)(implicit format: Format[T], resourceDefinition: ResourceDefinition[T]): ProvidedAction[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
updateStatus[T <: ObjectResource](resource: T, editor: ObjectEditor[T], predicateForUpdate: (Option[T], T) ⇒ Boolean = (_: Option[T], _: T) => true)(implicit format: Format[T], resourceDefinition: ResourceDefinition[T], statusEv: HasStatusSubresource[T]): UpdateStatusAction[T]
Creates an UpdateStatusAction.
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )