public class OwnershipHelperKF
extends java.lang.Object
implements ej.wadapps.application.OwnershipHelper
Constructor and Description |
---|
OwnershipHelperKF(ApplicationManagerKF applicationManager)
Creates an ownership helper on KF.
|
Modifier and Type | Method and Description |
---|---|
ej.wadapps.application.Application |
getCurrentApplication() |
ej.wadapps.application.Application |
getOwner(java.lang.Object object) |
public OwnershipHelperKF(ApplicationManagerKF applicationManager)
applicationManager
- the applications manager it depends on.@Nullable public ej.wadapps.application.Application getOwner(java.lang.Object object)
getOwner
in interface ej.wadapps.application.OwnershipHelper
@Nullable public ej.wadapps.application.Application getCurrentApplication()
getCurrentApplication
in interface ej.wadapps.application.OwnershipHelper