Interface CiReader
-
- All Known Implementing Classes:
CiJdomReader,CiJsonReader,CiXstreamReader
public interface CiReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.xebialabs.deployit.plugin.api.udm.CiAttributesgetCiAttributes()java.lang.StringgetCiReference()java.util.List<java.lang.String>getCiReferences()CiListReadergetCurrentCiListReader()java.lang.StringgetCurrentPropertyName()java.util.Map<java.lang.String,com.xebialabs.deployit.plugin.api.udm.ExternalProperty>getExternalProperties()java.lang.StringgetId()java.util.Map<java.lang.String,java.lang.String>getStringMap()java.lang.StringgetStringValue()java.util.List<java.lang.String>getStringValues()java.lang.StringgetToken()java.lang.StringgetType()java.util.List<com.xebialabs.deployit.plugin.api.validation.ValidationMessage>getValidationMessages()booleanhasMoreProperties()booleanisCiReference()CiReadermoveIntoNestedProperty()voidmoveIntoProperty()voidmoveOutOfProperty()
-
-
-
Method Detail
-
getType
java.lang.String getType()
-
getId
java.lang.String getId()
-
getToken
java.lang.String getToken()
-
getCiAttributes
com.xebialabs.deployit.plugin.api.udm.CiAttributes getCiAttributes()
-
hasMoreProperties
boolean hasMoreProperties()
-
moveIntoProperty
void moveIntoProperty()
-
moveIntoNestedProperty
CiReader moveIntoNestedProperty()
-
moveOutOfProperty
void moveOutOfProperty()
-
getCurrentPropertyName
java.lang.String getCurrentPropertyName()
-
getStringValue
java.lang.String getStringValue()
-
getStringValues
java.util.List<java.lang.String> getStringValues()
-
getStringMap
java.util.Map<java.lang.String,java.lang.String> getStringMap()
-
isCiReference
boolean isCiReference()
-
getCiReference
java.lang.String getCiReference()
-
getCiReferences
java.util.List<java.lang.String> getCiReferences()
-
getCurrentCiListReader
CiListReader getCurrentCiListReader()
-
getValidationMessages
java.util.List<com.xebialabs.deployit.plugin.api.validation.ValidationMessage> getValidationMessages()
-
getExternalProperties
java.util.Map<java.lang.String,com.xebialabs.deployit.plugin.api.udm.ExternalProperty> getExternalProperties()
-
-