Package | Description |
---|---|
org.wso2.carbon.core.persistence.metadata |
Modifier and Type | Method and Description |
---|---|
String |
ArtifactMetadataManager.loadParameter(String artifactName,
ArtifactType artifactType,
String propertyName)
Deprecated.
|
Properties |
ArtifactMetadataManager.loadParameters(String absolutePath)
Deprecated.
|
ArtifactMetadata |
ArtifactMetadataManager.loadParameters(String artifactName,
ArtifactType artifactType)
Deprecated.
|
Element |
ArtifactMetadataManager.loadXMLParameter(String artifactName,
ArtifactType artifactType,
String propertyName)
Deprecated.
|
void |
ArtifactMetadataManager.removeParameter(String artifactName,
ArtifactType artifactType,
String propertyName)
Deprecated.
|
void |
ArtifactMetadataManager.setParameter(String artifactName,
ArtifactType artifactType,
String propertyName,
String propertyValue,
boolean replace)
Deprecated.
if 'replace' is set, then save parameter.
|
void |
ArtifactMetadataManager.setParameters(String artifactName,
ArtifactType artifactType,
Properties properties)
Deprecated.
|
Constructor and Description |
---|
ArtifactMetadataManager(org.apache.axis2.engine.AxisConfiguration axisConfig)
Deprecated.
|
Copyright © 2016 WSO2 Inc. All rights reserved.