Interface UserServiceExtended<S extends EntitySelection>

  • All Superinterfaces:
    UserService<S>

    public interface UserServiceExtended<S extends EntitySelection>
    extends UserService<S>
    Extended interface that can be implemented by a user service.

    Restrictions

    Currently user services without display of nature Association or AssociationRecord are not supported and should not implement this interface if the outcome is a redirection to another entity or service.

    Since 6.0.8 the case of UserServiceNext.nextClose is supported.

    Services without display are also not supported if called from a perspective action or as a Web component.

    Since:
    5.8.1
    See Also:
    UserService