Class FileValueTypeImpl

    • Constructor Detail

      • FileValueTypeImpl

        public FileValueTypeImpl()
    • Method Detail

      • createValue

        public TypedValue createValue​(Object value,
                                      Map<String,​Object> valueInfo)
        Description copied from interface: ValueType
        Creates a new TypedValue using this type.
        Specified by:
        createValue in interface ValueType
        Parameters:
        value - the value
        Returns:
        the typed value for the value
      • isPrimitiveValueType

        public boolean isPrimitiveValueType()
        Description copied from interface: ValueType
        Indicates whether this type is primitive valued. Primitive valued types can be handled natively by the process engine.
        Specified by:
        isPrimitiveValueType in interface ValueType
        Returns:
        true if this is a primitive valued type. False otherwise