Uses of Class
org.hpccsystems.ws.client.wrappers.ECLAttributeWrapper
-
Packages that use ECLAttributeWrapper Package Description org.hpccsystems.ws.client.extended Provides HPCC Systems client libraries used to actuate non-standard HPCC Web Service actions.org.hpccsystems.ws.client.wrappers Layer of abstraction between caller and HPCC Systems Web Service interface. -
-
Uses of ECLAttributeWrapper in org.hpccsystems.ws.client.extended
Methods in org.hpccsystems.ws.client.extended that return ECLAttributeWrapper Modifier and Type Method Description ECLAttributeWrapperHPCCWsAttributesClient. createOrUpdateAttribute(ECLAttributeWrapper item, boolean checkoutin, String checkindesc)Create/Update an attribute in a legacy repository.Methods in org.hpccsystems.ws.client.extended that return types with arguments of type ECLAttributeWrapper Modifier and Type Method Description List<ECLAttributeWrapper>HPCCWsAttributesClient. createOrUpdateAttributes(List<ECLAttributeWrapper> in, boolean checkoutin, String checkindesc)Creates the or update attributes.List<ECLAttributeWrapper>HPCCWsAttributesClient. deleteAttribute(String modulename, String attributename)delete an attribute from the remote repository.List<ECLAttributeWrapper>HPCCWsAttributesClient. findItems(String modulename, String attributename, String type, String username, String anytext, String changedSince)Search for and retrieve the attribute metadata for attributes from a repository.Methods in org.hpccsystems.ws.client.extended with parameters of type ECLAttributeWrapper Modifier and Type Method Description ECLAttributeWrapperHPCCWsAttributesClient. createOrUpdateAttribute(ECLAttributeWrapper item, boolean checkoutin, String checkindesc)Create/Update an attribute in a legacy repository.Method parameters in org.hpccsystems.ws.client.extended with type arguments of type ECLAttributeWrapper Modifier and Type Method Description List<ECLAttributeWrapper>HPCCWsAttributesClient. createOrUpdateAttributes(List<ECLAttributeWrapper> in, boolean checkoutin, String checkindesc)Creates the or update attributes. -
Uses of ECLAttributeWrapper in org.hpccsystems.ws.client.wrappers
Fields in org.hpccsystems.ws.client.wrappers with type parameters of type ECLAttributeWrapper Modifier and Type Field Description protected List<ECLAttributeWrapper>ArrayOfECLAttributeWrapper. local_eCLAttributeMethods in org.hpccsystems.ws.client.wrappers that return types with arguments of type ECLAttributeWrapper Modifier and Type Method Description List<ECLAttributeWrapper>ArrayOfECLAttributeWrapper. getECLAttribute()Gets the ECL attribute.Method parameters in org.hpccsystems.ws.client.wrappers with type arguments of type ECLAttributeWrapper Modifier and Type Method Description voidArrayOfECLAttributeWrapper. setECLAttribute(List<ECLAttributeWrapper> _eCLAttribute)Sets the ECL attribute.Constructor parameters in org.hpccsystems.ws.client.wrappers with type arguments of type ECLAttributeWrapper Constructor Description ArrayOfECLAttributeWrapper(List<ECLAttributeWrapper> _eCLAttribute)Instantiates a new array of ECL attribute wrapper.
-