All Downloads are FREE. Search and download functionalities are using the official Maven repository.

apoc.ExtendedSystemPropertyKeys Maven / Gradle / Ivy

package apoc;

public enum ExtendedSystemPropertyKeys
{
    // cypher stored procedures/functions
    inputs,
    description,
    mode,
    outputs,
    output,
    forceSingle,
    prefix,
    mapResult,

    // triggers
    selector,
    params,
    paused,

    // dv
    data,

    // uuid handler
    label,
    addToSetLabel,
    addToExistingNodes,
    propertyName
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy