public interface PendingResourceManager
Implementors of this interface will change the profiles according to the pending profile management policy.
See implementors.
| Modifier and Type | Method and Description |
|---|---|
void |
setPending(eu.dnetlib.enabling.tools.OpaqueResource resource)
change a profile to a pending state.
|
void |
setPending(eu.dnetlib.enabling.tools.OpaqueResource resource,
boolean local)
change a profile to a valid state.
|
void |
setValid(eu.dnetlib.enabling.tools.OpaqueResource resource)
change a profile to a valid state.
|
void setPending(eu.dnetlib.enabling.tools.OpaqueResource resource)
resource - opaque resourcevoid setValid(eu.dnetlib.enabling.tools.OpaqueResource resource)
resource - opaque resourcevoid setPending(eu.dnetlib.enabling.tools.OpaqueResource resource,
boolean local)
resource - resourcelocal - true if the resource is not persistentCopyright © 2017. All rights reserved.