- getActiveResource() - Method in interface org.apache.sling.installer.api.tasks.TaskResourceGroup
-
Return the first resource if it either needs to be installed or uninstalled.
- getActiveResourceCount() - Method in interface org.apache.sling.installer.api.jmx.InstallerMBean
-
Count of Active resource groups.
- getActiveResources() - Method in interface org.apache.sling.installer.api.info.InstallationState
-
Active resource groups
These resource groups are currently in processing.
- getAlias() - Method in interface org.apache.sling.installer.api.info.ResourceGroup
-
Get the current alias for this group.
- getAlias() - Method in interface org.apache.sling.installer.api.tasks.TaskResourceGroup
-
Get the current alias for this group.
- getAlias() - Method in interface org.apache.sling.installer.api.tasks.UpdatableResourceGroup
-
Get the current alias for this group.
- getAttribute(String) - Method in interface org.apache.sling.installer.api.info.Resource
-
Get the value of an attribute.
- getAttribute(String) - Method in interface org.apache.sling.installer.api.tasks.TaskResource
-
Get the value of an attribute.
- getAttributes() - Method in class org.apache.sling.installer.api.tasks.TransformationResult
-
Attributes include the bundle symbolic name, bundle version, etc.
- getDictionary() - Method in class org.apache.sling.installer.api.InstallableResource
-
Return this resource's dictionary.
- getDictionary() - Method in interface org.apache.sling.installer.api.tasks.RegisteredResource
-
Return this resource's dictionary.
- getDigest() - Method in class org.apache.sling.installer.api.InstallableResource
-
Return this resource's digest.
- getDigest() - Method in interface org.apache.sling.installer.api.tasks.RegisteredResource
-
Return this resource's digest.
- getDigest() - Method in class org.apache.sling.installer.api.UpdateResult
-
Return this resource's digest.
- getEntityId() - Method in interface org.apache.sling.installer.api.tasks.RegisteredResource
-
Return the identifier of the OSGi "entity" that this resource
represents, for example "bundle:SID" where SID is the bundle's
symbolic ID, or "config:PID" where PID is config's PID.
- getError() - Method in interface org.apache.sling.installer.api.info.Resource
-
In case the resource was not successfully processed this might expose the related error description
- getError() - Method in interface org.apache.sling.installer.api.tasks.TaskResource
-
In case the resource was not successfully processed this might expose the related error description
- getId() - Method in class org.apache.sling.installer.api.InstallableResource
-
Return this data's id.
- getId() - Method in class org.apache.sling.installer.api.tasks.TransformationResult
-
Get the new unique id
- getId() - Method in interface org.apache.sling.installer.api.tasks.UpdatableResourceGroup
-
Get the unique id
- getInputStream() - Method in class org.apache.sling.installer.api.InstallableResource
-
Return an input stream with the data of this resource.
- getInputStream() - Method in interface org.apache.sling.installer.api.tasks.RegisteredResource
-
Return an input stream with the data of this resource.
- getInputStream() - Method in class org.apache.sling.installer.api.tasks.TransformationResult
-
Get the new input stream
- getInstallationState() - Method in interface org.apache.sling.installer.api.info.InfoProvider
-
Return the current installation state.
- getInstalledResourceCount() - Method in interface org.apache.sling.installer.api.jmx.InstallerMBean
-
Count of Installed resource groups.
- getInstalledResources() - Method in interface org.apache.sling.installer.api.info.InstallationState
-
Installed resource groups
These resources groups are processed.
- getLastChange() - Method in interface org.apache.sling.installer.api.info.Resource
-
When did the last change happen?
- getNextActiveResource() - Method in interface org.apache.sling.installer.api.tasks.TaskResourceGroup
-
If there is more than the active resource in the group, return the second
resource from the group.
- getPriority() - Method in class org.apache.sling.installer.api.InstallableResource
-
Return the priority of this resource.
- getPriority() - Method in interface org.apache.sling.installer.api.tasks.RegisteredResource
-
Return the priority of this resource.
- getPriority() - Method in class org.apache.sling.installer.api.UpdateResult
-
Return the priority of this resource.
- getResource() - Method in class org.apache.sling.installer.api.tasks.InstallTask
-
Return the corresponding resource - depending on the task this might be null.
- getResourceGroup() - Method in class org.apache.sling.installer.api.tasks.InstallTask
-
Return the corresponding resource - depending on the task this might be null.
- getResourceId() - Method in class org.apache.sling.installer.api.UpdateResult
-
Return just the resource id (everything in the url
after the colon)
- getResourceIsMoved() - Method in class org.apache.sling.installer.api.UpdateResult
-
Has this resource been moved or added?
- getResources() - Method in interface org.apache.sling.installer.api.info.ResourceGroup
-
Get all resources for this group.
- getResourceType() - Method in class org.apache.sling.installer.api.tasks.TransformationResult
-
Get the new resource type
- getResourceType() - Method in interface org.apache.sling.installer.api.tasks.UpdatableResourceGroup
-
Get the resource type of the group
- getScheme() - Method in interface org.apache.sling.installer.api.tasks.RegisteredResource
-
Return the scheme from where the artifact is originated.
- getScheme() - Method in class org.apache.sling.installer.api.UpdateResult
-
Return the scheme of the provider.
- getSortKey() - Method in class org.apache.sling.installer.api.tasks.ChangeStateTask
-
- getSortKey() - Method in class org.apache.sling.installer.api.tasks.InstallTask
-
Tasks are sorted according to this key.
- getSource() - Method in interface org.apache.sling.installer.api.event.InstallationEvent
-
Return the source of the event.
- getState() - Method in interface org.apache.sling.installer.api.info.Resource
-
Get the current state of the resource.
- getState() - Method in interface org.apache.sling.installer.api.tasks.TaskResource
-
Get the current state of the resource.
- getSuspendedSince() - Method in interface org.apache.sling.installer.api.jmx.InstallerMBean
-
Determines the time since when the installer is in suspended state
- getTemporaryAttribute(String) - Method in interface org.apache.sling.installer.api.tasks.TaskResource
-
Get the value of a temporary attribute.
- getType() - Method in interface org.apache.sling.installer.api.event.InstallationEvent
-
Return the event type.
- getType() - Method in class org.apache.sling.installer.api.InstallableResource
-
Return the type of this resource.
- getType() - Method in interface org.apache.sling.installer.api.tasks.RegisteredResource
-
Return the type of this resource.
- getUntransformedResources() - Method in interface org.apache.sling.installer.api.info.InstallationState
-
Return all untransformed resources
- getURL() - Method in interface org.apache.sling.installer.api.tasks.RegisteredResource
-
Return this data's URL.
- getURL() - Method in class org.apache.sling.installer.api.UpdateResult
-
Return this data's url.
- getVersion() - Method in interface org.apache.sling.installer.api.info.Resource
-
Return the version of the artifact.
- getVersion() - Method in interface org.apache.sling.installer.api.tasks.TaskResource
-
Return the version of the artifact.
- getVersion() - Method in class org.apache.sling.installer.api.tasks.TransformationResult
-
Get the version
- RegisteredResource - Interface in org.apache.sling.installer.api.tasks
-
A resource that's been registered in the OSGi controller.
- registerResources(String, InstallableResource[]) - Method in interface org.apache.sling.installer.api.OsgiInstaller
-
Provide the installer with the complete list of installable
resources for a given client.
- Resource - Interface in org.apache.sling.installer.api.info
-
A resource provides all relevant information about a registered
resource.
- RESOURCE_IS_TEMPLATE - Static variable in class org.apache.sling.installer.api.InstallableResource
-
Optional parameter to be passed in the dictionary.
- RESOURCE_PERSIST - Static variable in interface org.apache.sling.installer.api.ResourceChangeListener
-
This attribute defines if a change of the resource should be persisted by the
installer.
- RESOURCE_URI_HINT - Static variable in class org.apache.sling.installer.api.InstallableResource
-
Optional parameter in the dictionary if a resource (not a dict) is installed.
- resourceAddedOrUpdated(String, String, InputStream, Dictionary<String, Object>, Map<String, Object>) - Method in interface org.apache.sling.installer.api.ResourceChangeListener
-
Inform the installer about an added or updated
resource
- ResourceChangeListener - Interface in org.apache.sling.installer.api
-
OSGi Service listening for changes of resources.
- ResourceGroup - Interface in org.apache.sling.installer.api.info
-
This is a group of resources all pointing to the same artifact,
but maybe in different versions or locations.
- resourceRemoved(String, String) - Method in interface org.apache.sling.installer.api.ResourceChangeListener
-
Inform the installer about a removed resource
- ResourceState - Enum in org.apache.sling.installer.api.tasks
-
The state of a resource.
- ResourceTransformer - Interface in org.apache.sling.installer.api.tasks
-
A resource transformer transform a registered resource
before it can be installed.
- ResourceUpdater - Interface in org.apache.sling.installer.api.tasks
-
A resource updater can be used if the processing of resources changes
with regards to the entity id and the alias.
- RetryHandler - Interface in org.apache.sling.installer.api.tasks
-
The retry handler should be informed by external services
whenever something in the system changed which might make
it worth to retry a failed installed.