@StableMinor(version="12.3", sinceVersion="4.0") public class ServiceInstanceDependencyConfig extends Object implements ICloneableConfig<ServiceInstanceDependencyConfig>
Modifier and Type | Field and Description |
---|---|
static String |
DEPENDENCY_TYPE_CATEGORIZATION_REPOSITORY
Dependency type that corresponds to the categorization repository.
|
static String |
DEPENDENCY_TYPE_DOCUMENT_REPOSITORY |
static String |
DEPENDENCY_TYPE_EMAIL_TEMPLATE_REPOSITORY
The dependency type for email template repository.
|
static String |
DEPENDENCY_TYPE_IMAGE_REPOSITORY
Deprecated.
Since 7.0.0 replaced by
DEPENDENCY_TYPE_MEDIA_REPOSITORY
due to the replacement of the Image service by the Media service. |
static String |
DEPENDENCY_TYPE_MEDIA_REPOSITORY
Dependency type that corresponds to the media repository.
|
static String |
DEPENDENCY_TYPE_TAG_REPOSITORY
The dependency type for tag repository.
|
static String |
DEPENDENCY_TYPE_WIDGET_REPOSITORY
Dependency type that corresponds to the widget repository.
|
Constructor and Description |
---|
ServiceInstanceDependencyConfig() |
Modifier and Type | Method and Description |
---|---|
ServiceInstanceDependencyConfig |
clone() |
void |
deserialize(Node serviceInstanceDependencyNode) |
String |
getDependencyType() |
String |
getDependentServiceInstanceId() |
String |
getId() |
String |
getServiceInstanceId() |
void |
serialize(ServiceInstanceDependencyConfig dependencyConfig,
OutputStream outputStream) |
void |
setDependencyType(String dependencyType) |
void |
setDependentServiceInstanceId(String dependentServiceInstanceId) |
void |
setId(String id) |
void |
setServiceInstanceId(String serviceInstanceId) |
public static final String DEPENDENCY_TYPE_CATEGORIZATION_REPOSITORY
public static final String DEPENDENCY_TYPE_MEDIA_REPOSITORY
public static final String DEPENDENCY_TYPE_WIDGET_REPOSITORY
@Deprecated public static final String DEPENDENCY_TYPE_IMAGE_REPOSITORY
DEPENDENCY_TYPE_MEDIA_REPOSITORY
due to the replacement of the Image service by the Media service.public static final String DEPENDENCY_TYPE_DOCUMENT_REPOSITORY
public static final String DEPENDENCY_TYPE_TAG_REPOSITORY
public static final String DEPENDENCY_TYPE_EMAIL_TEMPLATE_REPOSITORY
public String getDependencyType()
public void setDependencyType(String dependencyType)
public String getDependentServiceInstanceId()
public void setDependentServiceInstanceId(String dependentServiceInstanceId)
public String getId()
public void setId(String id)
public String getServiceInstanceId()
public void setServiceInstanceId(String serviceInstanceId)
public void serialize(ServiceInstanceDependencyConfig dependencyConfig, OutputStream outputStream) throws UnexpectedException
UnexpectedException
public void deserialize(Node serviceInstanceDependencyNode) throws PortalException
PortalException
public ServiceInstanceDependencyConfig clone() throws CloneNotSupportedException
clone
in interface ICloneableConfig<ServiceInstanceDependencyConfig>
clone
in class Object
CloneNotSupportedException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.